Skip to content

Commit

Permalink
updating contributing guide and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
William Dingwall committed Feb 20, 2019
1 parent 26a1e88 commit 36edad1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `Fixed` for any bug fixes.
- `Security`

## [2.13.6] - 2019-02-19

https://github.com/teamsnap/teamsnap-ui/pull/103

### Changed

- got rid of duplicate CSS and bumping version with "npm version" instead of manually

## [2.13.5] - 2019-02-19

https://github.com/teamsnap/teamsnap-ui/pull/102
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Once your user is created and added to the org this guide details the steps to p

* rebase and get your branch ahead of master
* then from your working branch
* Update the package.json version number: https://docs.npmjs.com/about-semantic-versioning
* Update CHANGELOG.md with npm version and release notes
* Commit Version and CHANGELOG
* Update the package.json version number `npm version [major|minor|patch] -m “commit message”`
* Update CHANGELOG.md with new npm version and release notes
* Commit CHANGELOG
* `git push origin branch-name`
* merge branch into master from git
* `git checkout master`
Expand Down

0 comments on commit 36edad1

Please sign in to comment.