From e8eb81d5860b418fe4d1b9d40cb40d2e6e779614 Mon Sep 17 00:00:00 2001 From: Christophe '116' Loiseau <116@lab0.net> Date: Tue, 12 Aug 2025 11:54:50 +0200 Subject: [PATCH 1/2] update releasing procedure --- .github/ISSUE_TEMPLATE/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 64222053cee..fa7db5a5d0f 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -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`: From 68d012cd174e57d199fd97fe063929e79e3f25b3 Mon Sep 17 00:00:00 2001 From: Christophe '116' Loiseau <116@lab0.net> Date: Mon, 8 Sep 2025 17:16:49 +0200 Subject: [PATCH 2/2] Release template --- .github/ISSUE_TEMPLATE/release.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index fa7db5a5d0f..d4e710f79c1 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -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.~~ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 02d4931cb3c..a2abd4ccc8e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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** -```