ReleaseProcess-release.md (zonemaster-2021.2) | : | ReleaseProcess-release.md (zonemaster-2021.2.1) | ||
---|---|---|---|---|
skipping to change at line 94 | skipping to change at line 94 | |||
The version numbers is to be set in these Perl modules in the *develop branch*: | The version numbers is to be set in these Perl modules in the *develop branch*: | |||
* zonemaster-ldns - [LDNS.pm] | * zonemaster-ldns - [LDNS.pm] | |||
* zonemaster-engine - [Engine.pm] | * zonemaster-engine - [Engine.pm] | |||
* zonemaster-cli - [CLI.pm] | * zonemaster-cli - [CLI.pm] | |||
* zonemaster-backend - [Backend.pm] | * zonemaster-backend - [Backend.pm] | |||
The GUI has no Perl. Update the following files in the *develop branch*: | The GUI has no Perl. Update the following files in the *develop branch*: | |||
* zonemaster-gui | * zonemaster-gui | |||
- [Installation.md][Installation.md GUI]: The version is part of the download | - [docs/Installation.md][Installation.md GUI] | |||
path (a directory). It can be repeated several times, once per OS. | - The version is part of the download path (a directory). It can be | |||
- [package.json][package.json GUI]: In the top of the file, the version is | repeated several times, once per OS. | |||
given after "version". | - [package.json][package.json GUI] | |||
- [environment.prod.ts][environment.prod.ts GUI] and | - In the top of the file, the version is given after "version". | |||
[environment.ts][environment.ts GUI]: Under "client-info", "version" | - The file `package-lock.json` is ignored | |||
should point at the version number in both files. | - [src/environments/version.ts][Version.ts GUI] | |||
- "version" should point at the version number. | ||||
## 7. Update Makefile.PL with required version | ## 7. Update Makefile.PL with required version | |||
> This section is relevant for Zonemaster-Engine, Zonemaster-CLI and | > This section is relevant for Zonemaster-Engine, Zonemaster-CLI and | |||
> Zonemaster-Backend. | > Zonemaster-Backend. | |||
If needed, update Makefile.PL in the *develop branch*. See [Appendix A] for | If needed, update Makefile.PL in the *develop branch*. See [Appendix A] for | |||
how the version number should be specified in `Makefile.PL`. | how the version number should be specified in `Makefile.PL`. | |||
Usually let Zonemaster-Engine, Zonemaster-CLI and Zonemaster-Backend, | Usually let Zonemaster-Engine, Zonemaster-CLI and Zonemaster-Backend, | |||
skipping to change at line 397 | skipping to change at line 398 | |||
[Changes CLI]: https://github.com/zonemaster/zonemas ter-cli/blob/develop/Changes | [Changes CLI]: https://github.com/zonemaster/zonemas ter-cli/blob/develop/Changes | |||
[Changes Engine]: https://github.com/zonemaster/zonemas ter-engine/blob/develop/Changes | [Changes Engine]: https://github.com/zonemaster/zonemas ter-engine/blob/develop/Changes | |||
[Changes GUI]: https://github.com/zonemaster/zonemas ter-gui/blob/develop/Changes | [Changes GUI]: https://github.com/zonemaster/zonemas ter-gui/blob/develop/Changes | |||
[Changes LDNS]: https://github.com/zonemaster/zonemas ter-ldns/blob/develop/Changes | [Changes LDNS]: https://github.com/zonemaster/zonemas ter-ldns/blob/develop/Changes | |||
[Changes Zonemaster]: https://github.com/zonemaster/zonemas ter-gui/blob/develop/Changes | [Changes Zonemaster]: https://github.com/zonemaster/zonemas ter-gui/blob/develop/Changes | |||
[Create Docker Image]: ReleaseProcess-create-docker-image.md | [Create Docker Image]: ReleaseProcess-create-docker-image.md | |||
[Docker Hub]: https://hub.docker.com/u/zonemaster | [Docker Hub]: https://hub.docker.com/u/zonemaster | |||
[Engine.pm]: https://github.com/zonemaster/zonemas ter-engine/blob/develop/lib/Zonemaster/Engine.pm | [Engine.pm]: https://github.com/zonemaster/zonemas ter-engine/blob/develop/lib/Zonemaster/Engine.pm | |||
[Installation.md GUI]: https://github.com/zonemaster/zonemas ter-gui/blob/develop/docs/Installation.md | [Installation.md GUI]: https://github.com/zonemaster/zonemas ter-gui/blob/develop/docs/Installation.md | |||
[LDNS.pm]: https://github.com/zonemaster/zonemas ter-ldns/blob/develop/lib/Zonemaster/LDNS.pm | [LDNS.pm]: https://github.com/zonemaster/zonemas ter-ldns/blob/develop/lib/Zonemaster/LDNS.pm | |||
[NVM]: https://github.com/nvm-sh/nvm | ||||
[Node.js]: https://nodejs.org/en/ | ||||
[PAUSE]: https://pause.perl.org/ | [PAUSE]: https://pause.perl.org/ | |||
[Package.json GUI]: https://github.com/zonemaster/zonemas | ||||
ter-gui/blob/develop/package.json | ||||
[Utils Zonemaster]: ../../../utils/ | ||||
[Version.ts GUI]: https://github.com/zonemaster/zonemas | ||||
ter-gui/blob/develop/src/environments/version.ts | ||||
[Versions and releases]: ../../design/Versions%20and%20Release s.md | [Versions and releases]: ../../design/Versions%20and%20Release s.md | |||
[ZNMSTR]: https://metacpan.org/author/ZNMSTR | [ZNMSTR]: https://metacpan.org/author/ZNMSTR | |||
[Zonemaster Product Releases]: https://github.com/zonemaster/zonemas ter/releases | [Zonemaster Product Releases]: https://github.com/zonemaster/zonemas ter/releases | |||
[Zonemaster main README]: ../../../README.md | [Zonemaster main README]: ../../../README.md | |||
[Zonemaster utils README]: ../../../utils/README.md | [Zonemaster utils README]: ../../../utils/README.md | |||
[Zonemaster-Backend Makefile.PL]: https://github.com/zonemaster/zonemas ter-backend/blob/develop/Makefile.PL | [Zonemaster-Backend Makefile.PL]: https://github.com/zonemaster/zonemas ter-backend/blob/develop/Makefile.PL | |||
[Zonemaster-Backend Releases]: https://github.com/zonemaster/zonemas ter-backend/releases | [Zonemaster-Backend Releases]: https://github.com/zonemaster/zonemas ter-backend/releases | |||
[Zonemaster-CLI Makefile.PL]: https://github.com/zonemaster/zonemas ter-cli/blob/develop/Makefile.PL | [Zonemaster-CLI Makefile.PL]: https://github.com/zonemaster/zonemas ter-cli/blob/develop/Makefile.PL | |||
[Zonemaster-CLI Releases]: https://github.com/zonemaster/zonemas ter-cli/releases | [Zonemaster-CLI Releases]: https://github.com/zonemaster/zonemas ter-cli/releases | |||
[Zonemaster-Engine Makefile.PL]: https://github.com/zonemaster/zonemas ter-engine/blob/develop/Makefile.PL | [Zonemaster-Engine Makefile.PL]: https://github.com/zonemaster/zonemas ter-engine/blob/develop/Makefile.PL | |||
[Zonemaster-Engine Releases]: https://github.com/zonemaster/zonemas ter-engine/releases | [Zonemaster-Engine Releases]: https://github.com/zonemaster/zonemas ter-engine/releases | |||
[Zonemaster-GUI Releases]: https://github.com/zonemaster/zonemas ter-gui/releases | [Zonemaster-GUI Releases]: https://github.com/zonemaster/zonemas ter-gui/releases | |||
[Zonemaster-LDNS Releases]: https://github.com/zonemaster/zonemas ter-ldns/releases | [Zonemaster-LDNS Releases]: https://github.com/zonemaster/zonemas ter-ldns/releases | |||
[declaration of prerequisites]: ../../../README.md#prerequisites | ||||
[environment.prod.ts GUI]: https://github.com/zonemaster/zonemas | ||||
ter-gui/blob/develop/src/environments/environment.prod.ts | ||||
[environment.ts GUI]: https://github.com/zonemaster/zonemas | ||||
ter-gui/blob/develop/src/environments/environment.ts | ||||
[license string]: https://metacpan.org/pod/CPAN::Meta:: | ||||
Spec#license | ||||
[package.json GUI]: https://github.com/zonemaster/zonemas | ||||
ter-gui/blob/develop/package.json | ||||
[utils Zonemaster]: ../../../utils/ | ||||
End of changes. 4 change blocks. | ||||
9 lines changed or deleted | 13 lines changed or added |