2.3.0
This commit is contained in:
parent
6b3da97d73
commit
71a8aafeba
2 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@
|
||||||
- commit new translations `git commit -am "i18n"`
|
- commit new translations `git commit -am "i18n"`
|
||||||
2. Test collectstatic: `umap collectstatic --no-input`
|
2. Test collectstatic: `umap collectstatic --no-input`
|
||||||
2. Bump version: `make patch|minor`
|
2. Bump version: `make patch|minor`
|
||||||
3. `git commit -am "1.X.Y"`
|
3. `git commit -am "2.X.Y"`
|
||||||
4. `git tag 1.X.Y`
|
4. `git tag 2.X.Y`
|
||||||
5. `git push && git push --tag`
|
5. `git push && git push --tag`
|
||||||
6. Go to [Github release page](https://github.com/umap-project/umap/releases/new) and Generate release notes + paste it in `docs/changelog.md` + finish Github process for a new release
|
6. Go to [Github release page](https://github.com/umap-project/umap/releases/new) and Generate release notes + paste it in `docs/changelog.md` + finish Github process for a new release
|
||||||
7. Commit the changelog `git commit -am "changelog"`
|
7. Commit the changelog `git commit -am "changelog"`
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
VERSION = "2.2.2"
|
VERSION = "2.3.0"
|
||||||
|
|
Loading…
Reference in a new issue