Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 28, 2022
1 parent 4ef8801 commit e8b4835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ qgis-plugin-ci package latest
Everything is done through the continuous deployment:

1. Add the new version to the `CHANGELOG.md`
1. Change the version number in `__about__.py`
1. Change the version number in `metadata.txt`
1. Apply a git tag with the relevant version: `git tag -a 0.3.0 {git commit hash} -m "This version rocks!"`
1. Push tag to main branch: `git push origin 0.3.0`

0 comments on commit e8b4835

Please sign in to comment.