Skip to content

Commit

Permalink
Merge pull request #18 from medizininformatik-initiative/release-v0.1.0
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
alexanderkiel authored Mar 22, 2023
2 parents 6e7817d + 3a8aadb commit 3598cca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## v0.1.0

Initial Version
14 changes: 14 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Development

## Release Checklist

* create a release branch called `release-v<version>` like `release-v0.1.1`
* rename every occurrence of the old version, say `0.1.0` into the new version, say `0.1.1`
* rename every occurrence of old Docker images like `ghcr.io/medizininformatik-initiative/flare:0.1` into the new image, say `ghcr.io/medizininformatik-initiative/flare:0.2`
* update the CHANGELOG based on the milestone
* create a commit with the title `Release v<version>`
* create a PR from the release branch into main
* merge that PR
* create and push a tag called `v<version>` like `v0.1.1` on main at the merge commit
* merge the release branch back into develop
* create release notes on GitHub
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>flare</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>

<name>Flare</name>
<description>Flare</description>
Expand Down

0 comments on commit 3598cca

Please sign in to comment.