File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,8 @@ If you have commit access, the process is as follows:
1921921 . Tag the commit with ` git tag -s vX.Y.Z ` , for example ` git tag -s v1.2.3 ` .
193193 Copy the changelog for the release to the tag message, removing any leading ` # ` .
1941941 . Push tag upstream with ` git push upstream --tags ` (and optionally to your own fork as well)
195- 1 . Open a PR from ` main ` to the major branch, e.g. ` 1.x ` to update it. In order to keep history you may want to
195+ 1 . Open a PR from ` main ` to the major branch, e.g. ` 1.x ` to update it. In order to keep history create a
196+ branch from the ` main ` branch, rebase it on top of the major branch to drop duplicated commits and then
196197 merge with the ` rebase ` strategy. It is crucial that ` main ` and the major branch have the same content.
1971981 . After tests pass, Github Actions will automatically build and push the new release to PyPI.
1981991 . Edit and publish the [ draft Github release] ( https://github.com/elastic/apm-agent-python/releases )
You can’t perform that action at this time.
0 commit comments