Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bruskiewich committed Sep 1, 2023
1 parent b499eaa commit 5e58e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER_NOTES.md
Expand Up @@ -31,7 +31,7 @@ Steps to properly issue a new project release:
5. Update the **`[Tool Poetry]version =`** field in the **pyprojects.yaml**, e.g. "3.8.9"
6. Run **`poetry update`** (preferably within **`poetry shell`**)
7. Commit or pull request merge all files (including the **poetry.lock** file) to **master**
8. Add the equivalent Git **tag** to **master**. This should be the Semantic Version string from step 4 with an added 'v' prefix, i.e. "v3.8.3".
8. Add the equivalent Git **tag** to **master**. This should be the Semantic Version string from step 4 with an added 'v' prefix, i.e. "v3.8.9".
9. Push **master** to remote (if not already done with by a pull request in step 6).
10. Check if Git Actions for testing and documentation complete successfully.
11. Create the release using the same release tag, i.e. "v3.8.3".
Expand Down

0 comments on commit 5e58e3c

Please sign in to comment.