Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ assignees: ""
Feel free to edit this release checklist in-progress depending on what tasks need to be done:

- [ ] Decide a release version. The version must be the Eclipse core-edc version `X.Y.Z` appended with the sovity fork version `.W`, eg. `0.7.2.1`.
- [ ] Checkout the `sovity/X.Y.Z` branch you want to publish.
- [ ] Checkout the `sovity/X.Y.Z` branch you want to publish and pull the latest version.
- [ ] Update the `version` in `gradle.properties`
- [ ] Update this issue's title to the new version.
- [ ] `release-prep` PR with target version-branch `sovity/X.Y.Z`:
Expand All @@ -32,7 +32,7 @@ Feel free to edit this release checklist in-progress depending on what tasks nee
- [ ] [Create a release](https://github.com/sovity/core-edc/releases/new)
- [ ] In `Choose the tag`, type your new release version in the format `vX.Y.Z.W` (for instance `v1.2.3.4`) then
click `+Create new tag vX.Y.Z.W on release`.
- [ ] Set the target branch to `sovity/0.2.1`.
- [ ] Set the target branch to the branch you checked out for this release e.g. `v0.11.1.x` -> `sovity/0.11.1`.
- [ ] 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).
- [ ] ~~[Promote](https://github.com/sovity/core-edc/blob/default/docs/publication/promote.md) the artifacts in Azure.~~
Expand Down
2 changes: 0 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
_What issues does this PR close?_

```[tasklist]
### Checklist
- [ ] CHANGELOG.md
- [ ] docs/developer/fork/VERSION.md
- [ ] I have performed a **self-review**
```