-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure travis and bumped for releasing
- Loading branch information
1 parent
e7b51ab
commit c88df6f
Showing
3 changed files
with
30 additions
and
0 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,18 @@ | ||
files: | ||
- package.json | ||
plugins: | ||
prerelease: | ||
Linting config files: | ||
plugin: bumped-finepack | ||
postrelease: | ||
Generating CHANGELOG file: | ||
plugin: bumped-changelog | ||
Committing new version: | ||
plugin: bumped-terminal | ||
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"' | ||
Detecting problems before publish: | ||
plugin: bumped-terminal | ||
command: 'git-dirty && npm test' | ||
Publishing tag to GitHub: | ||
plugin: bumped-terminal | ||
command: 'git tag $newVersion && git push && git push --tags' |
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
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