Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe '116' Loiseau committed Feb 21, 2024
1 parent 3c94bcc commit f2a49e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ Feel free to edit this release checklist in-progress depending on what tasks nee
- [ ] Ensure with a `docker ps -a` that all containers are healthy, and not `healthy: starting` or `healthy: unhealthy`.
- [ ] Test the postman collection against that running docker-compose.
- [ ] Tag the release
- [ ] Tag the current main with the release version in the format `vx.y.z` for instance `v1.2.3`
- [ ] Fetch the latest version `git fetch`, `git tag vx.y.z origin/main`, `git push origin :refs/tags/vx.y.z`
- [ ] In `Choose the tag`, type your new release version in the format `vx.y.z` (for instance `v1.2.3`) then click `+Create new tag vx.y.z on release`.
- [ ] [Create a release](https://github.com/sovity/edc-extensions/releases/new) and re-use the changelog section as release description, and the version as title.
- [ ] Check if the pipeline built the release versions in the Actions-Section (or you won't see it).
- [ ] Revisit the changed list of tasks and compare it
Expand Down

0 comments on commit f2a49e7

Please sign in to comment.