diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..2736e4cb --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,11 @@ +- change version in package.json +- add changes to CHANGELOG / changelog.md +- yarn build +- yarn pack +- yarn publish +- yarn doc +- git add . +- git ci -m 'v...' +- git tag ... +- git push --tags +- diff --git a/docs/changelog.md b/docs/changelog.md index 4fb3f5b6..edabdc76 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,12 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### 1.0.1 (alpha) + + - fix AP resource removal + - improve AP resource UI + - fix Docker setup + - update deps ### 1.0 (alpha) This release is a complete rewrite of frontend UI and many internals, main changes are: diff --git a/package.json b/package.json index 6b95ff94..6728e43e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.0.0-alpha", + "version": "1.0.1-alpha", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {