Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit d00f31b

Browse files
author
Michael Sauter
committed
Adjust release documentation
1 parent d0e7577 commit d00f31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releasing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ODS pipeline follows https://semver.org[Semantic Versioning 2.0.0]. This means b
1313
Ensure that all issues with the milestone of the release are resolved (or re-assign the issues to a future release). Further, run `govulncheck ./...` locally to check if there are any vulnerabilities that need to be fixed before the release. For more information on `govulncheck`, see https://go.dev/blog/vuln.
1414

1515
=== Preparing the release
16-
The current version is hardcoded in a few places across the repository. All of these places must be updated for a release (search for `X.Y.Z`, ignoring the `test` and `tasks` directory). After the version numbers have been updated, run `make tasks` to update the rendered tasks, then mark the new version as released in the changelog and update the readme file. Commit the changes and push to the `master` branch.
16+
The current version is hardcoded in a few places across the repository. All of these places must be updated for a release (search for `X.Y.Z`, ignoring the `test` directory). After the version numbers have been updated, mark the new version as released in the changelog and update the readme file. Commit the changes and push to the `master` branch.
1717

1818
=== Publishing the release
1919
Draft a new GitHub release, creating a new tag in the process (e.g. `v0.2.0`). The description should be like this:

0 commit comments

Comments
 (0)