Skip to content

Commit 8bcb5fb

Browse files
committed
Improve documentation links on frontpage
1 parent 11b9aa3 commit 8bcb5fb

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Platform which is a collaboration of partners from the internet community and
1818
the Dutch government. The platform's mission is to jointly promote the use of
1919
modern internet standards keeping the internet reliable and accessible for
2020
everybody. [ECP](https://ecp.nl/) provides for the administrative home of the
21-
platform. [NLnet Labs](https://nlnetlabs.nl/) laid the foundation for
22-
Internet.nl and the underlying tooling.
21+
platform. [NLnet Labs](https://nlnetlabs.nl/) laid the foundation for
22+
Internet.nl and the underlying tooling.
2323

2424
From 1 April 2021 onwards, maintenance and further development will be carried
2525
out by the project team of the Internet Standards Platform.
@@ -52,6 +52,7 @@ intended as an internet standards compliance test and not as a security test.
5252
To develop or run your own instance, see the
5353
[documentation overview](https://github.com/internetstandards/Internet.nl/blob/main/documentation/README.md).
5454

55+
For deployment instructions please refer to the documentation for the current release version: https://github.com/internetstandards/Internet.nl/tree/release/1.10.x/documentation
5556

5657
## Building blocks
5758

documentation/github_release_steps.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ code changes for the next release are already in the main branch.
1616
make translate_content_to_main
1717
```
1818
4. Make a release branch for the x.y version if not already present (e.g., release/1.8.x).
19-
5. Make a release on GitHub:
19+
5. When updating major/minor versions, make sure to update the documentation link in `README.md` to point to the latest release documentation.
20+
6. Make a release on GitHub:
2021
1. Use tag 'vx.x.x' e.g., v1.2.3 for the release
2122
2. Use release title: x.x.x
2223
3. For the description use the contents of the Changelog.md for this release
23-
6. Update the Changelog.md for the next release and commit with something like:
24+
7. Update the Changelog.md for the next release and commit with something like:
2425
"- Bump for next version.".
25-
7. Done.
26+
8. Done.

0 commit comments

Comments
 (0)