Skip to content

Commit

Permalink
docs(readme): update release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdiliberto committed Mar 12, 2019
1 parent f0ac22c commit ce1c00d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# ember-transformicons CHANGELOG


<a name="v3.0.2"></a>
## [v3.0.2](https://github.com/alexdiliberto/ember-transformicons/compare/v3.0.1...v3.0.2) (2019-03-12)

### Build

* **package.json:** add `preversion` and `postversion` scripts

### Docs

* **changelog:** bump changelog


<a name="v3.0.1"></a>
## [v3.0.1](https://github.com/alexdiliberto/ember-transformicons/compare/v3.0.0...v3.0.1) (2019-03-11)

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,10 @@ yarn test:all # ember try:each
Ready to draft a new release:

```sh
npm version [major | minor | patch]
git push
# Draft release on Github
# Validate passing tests on Travis
npm publish
yarn version [--major | --minor | --patch]
# package.json scripts automatically update CHANGELOG.md and git push
# Draft release on Github and copy CHANGELOG.md for the release
# Validate passing tests on Travis and Travis will automatically deploy and publish (`npm publish`)
```

## Deploy
Expand Down

0 comments on commit ce1c00d

Please sign in to comment.