You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/packaging.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,11 @@ qgis-plugin-ci package latest
16
16
17
17
Everything is done through the continuous deployment:
18
18
19
-
1. Add the new version to the `CHANGELOG.md`
20
-
1. Change the version number in `__about__.py`
19
+
1. Add the new version to the `CHANGELOG.md`. You can write it manually or use the auto-generated release notes by Github:
20
+
1. Go to [project's releases](https://github.com/geotribu/qtribu/releases) and click on `Draft a new release`
21
+
1. In `Choose a tag`, enter the new tag
22
+
1. Click on `Generate release notes`
23
+
1. Copy/paste the generated text from `## What's changed` until the line before `**Full changelog**:...` in the CHANGELOG.md replacing `What's changed` with the tag and the publication date
24
+
1. Change the version number in `metadata.txt`
21
25
1. Apply a git tag with the relevant version: `git tag -a 0.3.0 {git commit hash} -m "This version rocks!"`
22
26
1. Push tag to main branch: `git push origin 0.3.0`
0 commit comments