Skip to content

Commit eca7947

Browse files
authored
[docs] Update docs release process (#714)
1 parent a6ce48d commit eca7947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ should "Squash and merge".
101101
If you have commit access, the process is as follows:
102102

103103
1. Update the version in `elasticapm/version.py` according to the scale of the change. (major, minor or patch)
104-
1. Update `CHANGELOG.asciidoc`
104+
1. Update `CHANGELOG.asciidoc`. Rename the `Unreleased` section to the correct version (`vX.X.X`), and nest under the appropriate sub-heading, e.g., `Python Agent version 5.x`.
105105
1. Commit changes with message `update CHANGELOG and bump version to X.Y.Z` where `X.Y.Z` is the version in `elasticapm/version.py`
106106
1. Tag the commit with `git tag -a vX.Y.Z`, for example `git tag -a v1.2.3`.
107107
Copy the changelog for the release to the tag message, removing any leading `#`.

0 commit comments

Comments
 (0)