Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Feb 23, 2019
1 parent 686ed67 commit fa0642a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@
- modify package.json/appveyor.yml to bump up version for the next iteration
- commit (chore(release): starting [version number]) and push
- publish Bower and NuGet packages

bash commands:
```bash
export BUILD_VERSION={{major}}.{{minor}}
sed -i '1s/.*/version: $BUILD_VERSION\.{build}/' appveyor.yml
git tag $BUILD_VERSION.0
git add appveyor.yml && git commit -m "chore(release): $BUILD_VERSION.0"
git push
git push --tags
```

0 comments on commit fa0642a

Please sign in to comment.