File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -239,3 +239,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239239[ 1.5.0 ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.5.0
240240[ 1.6.0 ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.6.0
241241[ 1.7.0 ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.7.0
242+ [ Unreleased ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/compare/v1.7.0...HEAD
Original file line number Diff line number Diff line change @@ -37,14 +37,15 @@ Squash and merge.
3737
3838Still in the github web interface...
3939
40- Create a new release, with the option to create a new git tag (our release tag, example: ` v1.7.0 ` ) on the main branch.
41-
42- In the release description, copy from [ CHANGELOG.md] ( ./CHANGELOG.md ) :
43-
44- * the new release section created above
45- * the new release link created above
46-
47- Make sure to set the release as the latest release.
40+ Create a new release:
41+
42+ * Choose a tag: create a new git tag (our release tag, example: ` v1.7.0 ` ).
43+ * Target: the main branch.
44+ * Release title, example: ` Release v1.7.0 ` .
45+ * In the release description, copy from [ CHANGELOG.md] ( ./CHANGELOG.md ) :
46+ * the new release section created above
47+ * the new release link created above
48+ * Set as the latest release.
4849
4950## Back on the development branch
5051
You can’t perform that action at this time.
0 commit comments