Skip to content

Commit

Permalink
docs: update README.md (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored and Eunjae Lee committed Oct 4, 2019
1 parent 29fea17 commit 67f8435
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,13 @@ Do you want to set it up now? Then, let's move on to the [GUIDE.md](./GUIDE.md).

**semantic-release** is a tool for `fully automated version management and package publishing`.

Ship.js provides a kind of half automation, which rather gives you a chance to:
Ship.js gives you more control over the release process. Ship.js automatically creates a PR before publishing every release, so that you can:

- Confirm the next version is actually correct which is semantically bumped
- Check which commits are going to be released and discuss with colleagues
- Check the automatically generated changelog and refine it
- Put the release aside for a second, build a test package for the PR and test it in another environments(Possibly [Pika CI](https://github.com/apps/pika-ci) can be used here).
- Confirm the next version is correct.
- Confirm which commits are going to be released and discuss them with colleagues.
- Edit the automatically generated changelog for clarity & readability.
- Run any automated tests on the package release candidate.
- Build a release candidate automatically (with [Pika CI](https://github.com/marketplace/pika-ci-cd)).

## Contributing

Expand Down

0 comments on commit 67f8435

Please sign in to comment.