Skip to content

Commit 52ba111

Browse files
committed
fix release notes
1 parent e365d31 commit 52ba111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ This project is configured with GitHub Actions to automatically release to PyPi
144144

145145
* Create a branch with the prepared release change log
146146
* Merge branch to develop
147-
* To release, from the command line run merge develop into main `git merge --ff-only origin main`. This will point the HEAD of main to latest develop. Then push the main branch to GitHub, which may require a developer with elevated privileges to push to main.
147+
* To release, from the command line merge latest develop into latest main: :code:`git merge --ff-only origin develop`. This will point the HEAD of main to latest develop. Then push the main branch to GitHub with :code:`git push`, which may require a developer with elevated privileges to push to main.
148148
* Back in GitHub create a new tag in GitHub against main and copy the change log notes into the tag description.
149149
* GitHub Actions will automatically prepare the release the new version to PyPi
150150
* Go to GitHub actions to approve the release

0 commit comments

Comments
 (0)