Releases: leonardoanalista/corp-semantic-release
Releases · leonardoanalista/corp-semantic-release
v7.0.0
7.0.0 (2019-05-16)
Bug Fixes
-
bump to release (#72) (6db45ad), closes /github.com/leonardoanalista/corp-semantic-release/pull/71#issuecomment-492663648
-
app: force release with tagPrefix (295aa55)
-
app: put release in sync (5ba2d66)
-
app: upgrade semantic release to fix release (#69) (adc4402)
Features
BREAKING CHANGES
- Commit message for files
package.json
andCHANGELOG
will contain text[ci skip] ***NO_CI***'
so CI's can skip a build for this commit.
v6.5.0
v6.4.0
v6.3.1
v6.3.0
v6.2.0
v6.1.0
v6.0.0
v5.0.0
<a name"5.0.0">
5.0.0 (2017-04-18)
Features
- process: when not on master branch, exit with 0 instead of 1 (7a75dce3)
Breaking Changes
- Projects that relied on the old when-not-on-master-exit-1 behaviour should use the new
--post-success [cmd] hook to only run subsequent commands when a release occurs.
ISSUES CLOSED: #38
(7a75dce3)
v4.0.0
<a name"4.0.0">
4.0.0 (2017-04-14)
Features
- process: make post-success expect a general command instead of an NPM script (226de45e)
Breaking Changes
- The --post-success [script] argument can now accept any command as an argument. Previously [script]
could only be the name of an NPM script in your package.json file. Now is could be "npm publish",
"npm run foo" or even "git status" for example.
ISSUES CLOSED: #35
(226de45e)