Skip to content

Commit

Permalink
fix(docs): updated instructions for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Sep 27, 2023
1 parent 8276b60 commit ca536fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/How_to_contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Execute the following steps in order to create a new DiscoPoP release:
- Switch to the release branch (e.g. `release/1.2.3`) which shall be released
- Update the version file in the repository (`discopop_library/global_data/version/VERSION`)
- Create a pull request to the `master` branch and validate the changes
- Merge the pull request and create a tag on the `master` branch with the name `v1.2.3`
- Merge the pull request by rebasing and create a tag on the `master` branch with the name `v1.2.3`
- Creating the tag triggers the automatic publication of the project to PyPi
- Creating the tag triggers the automatic creation of a release draft
- Update the newly created release draft
Expand Down

0 comments on commit ca536fa

Please sign in to comment.