Skip to content

Commit

Permalink
TOOLS (release): fix release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Aug 22, 2018
1 parent 4515be8 commit 54ae195
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
###v1.9.76
* FIX (tools): changelog [View](https://github.com/Gisto/Gisto/commit/14a676de4a975e1c6960cc895c9f415d2722b331)###v1.9.75
* fix changelog generation [View](https://github.com/Gisto/Gisto/commit/87b2caf9887bae3452e8dbbeb3906514c864210d)-e ###/v1.9.74
* FIX (tools): changelog [View](https://github.com/Gisto/Gisto/commit/14a676de4a975e1c6960cc895c9f415d2722b331)

###v1.9.75
* fix changelog generation [View](https://github.com/Gisto/Gisto/commit/87b2caf9887bae3452e8dbbeb3906514c864210d)

###/v1.9.74
* Release next [View](https://github.com/Gisto/Gisto/commit/ef60c54cad9f1f713153acef24ea31666e868384)

###v1.9.73
* fix [View](https://github.com/Gisto/Gisto/commit/371aad7c36f6ee77e8d12fd3b840334969030e9f)
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -21,6 +21,8 @@
"preversion:readme": "replace \"v\\d+\\.\\d+\\.\\d+\" \"v$npm_package_version\" ./README.md",
"preversion:changelog": "replace \"vPLACEHOLDER\" \"v$npm_package_version\" ./CHANGELOG.md",
"version": "npm run preversion:readme && npm run preversion:changelog && git add .",
"release": "npm version patch",
"release:minor": "npm version minor",
"postversion": "echo 'hello'",
"precommit": "precise-commits",
"pack:mac": "cross-env NODE_ENV=production npm run start:prod && npx electron-builder build --m --publish=always",
Expand Down

0 comments on commit 54ae195

Please sign in to comment.