Skip to content

Commit

Permalink
Update default branch
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>
  • Loading branch information
ununhexium and tmberthold authored Apr 23, 2024
1 parent 985100c commit 6b08731
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 756 deletions.
39 changes: 34 additions & 5 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,39 @@
---
name: Release
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

about: Create an issue to track a release process.
title: "Release X.Y.Z.W"
labels: [ "task/release", "scope/core" ]
assignees: ""
---

# Release

## Work Breakdown

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.2.1.1`.
- [ ] 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`:
- [ ] Update the `CHANGELOG.md`.
- [ ] Add a clean `Unreleased` version.
- [ ] Add the version to the old section.
- [ ] Add the current date to the old version.
- [ ] Check the commit history for commits that might be product-relevant and thus should be added to the changelog. Maybe they were forgotten.
- [ ] Write or review the `Deployment Migration Notes` section, check the commit history for changed / added
configuration properties.
- [ ] Write or review a release summary.
- [ ] Write or review the compatible versions section.
- [ ] Remove empty sections from the patch notes.
- [ ] Merge the `release-prep` PR.
- [ ] Wait for the `sovity/X.Y.Z` branch to be green. You can check the status in GH [actions](https://github.com/sovity/core-edc/actions).
- [ ] [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`.
- [ ] 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
with [.github/ISSUE_TEMPLATE/release.md](https://github.com/sovity/edc-extensions/blob/default/.github/ISSUE_TEMPLATE/release.md).
Propose changes where it makes sense.
- [ ] Close this issue.
71 changes: 0 additions & 71 deletions .github/workflows/apidoc.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/bump-version.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/dependency-check.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/discord-webhook.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/first-interaction.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/publish-autodoc.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/publish-openapi-ui.yml

This file was deleted.

99 changes: 0 additions & 99 deletions .github/workflows/release-edc.yml

This file was deleted.

Loading

0 comments on commit 6b08731

Please sign in to comment.