Skip to content

Commit

Permalink
fix: Automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
schw4rzlicht committed Jun 5, 2020
1 parent b706dc7 commit 574c37e
Show file tree
Hide file tree
Showing 5 changed files with 2,834 additions and 8,591 deletions.
21 changes: 21 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
branches:
- master
- next
- name: rc
prerelease: true

plugins:
- "@semantic-release/commit-analyzer"
- - "@semantic-release/release-notes-generator"
- writerOpts:
commitsSort:
- subject
- scope
- - "@semantic-release/changelog"
- changelogFile: docs/CHANGELOG.md
- "@semantic-release/npm"
- - "@semantic-release/git"
- assets:
- package.json
- package-lock.json
- docs/CHANGELOG.md
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
deploy:
provider: script
skip_cleanup: true
script: npm run semantic-release
script: npx semantic-release
on:
all_branches: true
28 changes: 28 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [1.8.1-rc.4](https://github.com/schw4rzlicht/twitch2ma/compare/v1.8.1-rc.3...v1.8.1-rc.4) (2020-06-05)


### Bug Fixes

* Fix release plugin execution order ([df39fbd](https://github.com/schw4rzlicht/twitch2ma/commit/df39fbd8f3ee0bdd618ae2f89e80596a64382562))

## [1.8.1-rc.3](https://github.com/schw4rzlicht/twitch2ma/compare/v1.8.1-rc.2...v1.8.1-rc.3) (2020-06-05)


### Bug Fixes

* Fix automated releases ([f7129f7](https://github.com/schw4rzlicht/twitch2ma/commit/f7129f7349d70e2a4d4ecb0ff915e0d6e4e7d7f9))

## [1.8.1-rc.2](https://github.com/schw4rzlicht/twitch2ma/compare/v1.8.1-rc.1...v1.8.1-rc.2) (2020-06-05)


### Bug Fixes

* Fix automated releases ([c37e4a6](https://github.com/schw4rzlicht/twitch2ma/commit/c37e4a66da1db60164ec7afacae5b4bb7973a022))

## [1.8.1-rc.1](https://github.com/schw4rzlicht/twitch2ma/compare/v1.8.0...v1.8.1-rc.1) (2020-06-05)


### Bug Fixes

* Fix version in package.json ([d0a2295](https://github.com/schw4rzlicht/twitch2ma/commit/d0a229509de482505086f00d151322548acff267))

# [1.8.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.7.0...v1.8.0) (2020-06-05)


Expand Down
Loading

0 comments on commit 574c37e

Please sign in to comment.