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
239
239
[ 1.5.0 ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.5.0
240
240
[ 1.6.0 ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.6.0
241
241
[ 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.
37
37
38
38
Still in the github web interface...
39
39
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.
48
49
49
50
## Back on the development branch
50
51
You can’t perform that action at this time.
0 commit comments