-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
npm run release
script to ease versionning (#64)
Using release-it, alternative to semantic-release. `npm run release` will: - bump the version number in package.json - update the changelog, based on conventional commits - create a release on github This should make my life easier! Also, this PR updates node.js from version 8 to version 10.
- Loading branch information
1 parent
06019bb
commit bc5ace3
Showing
5 changed files
with
2,370 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Todo: | ||
# 1. generate a token with 'repo' scope from https://github.com/settings/tokens | ||
# 2. paste it between the quotes below | ||
# 3. save this file as `.env.sh` and keep it to yourself | ||
# 4. run `$ chmod +x .env.sh` | ||
# 5. run `$ npm run release` to release a new version on github | ||
GITHUB_TOKEN="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ plato/ | |
/public/scripts/exam-data.js | ||
/.firebaserc | ||
.firebase | ||
.env.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v8.16.2 | ||
v10.16.3 |
Oops, something went wrong.