Skip to content

Commit

Permalink
Create RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Jul 13, 2018
1 parent 6de0294 commit c0f0575
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Release
- Bump up version number in package.json/appveyor.yml
- Commit the version change with the following message: chore(release): [version number]
- tag `git tag [version number]` maybe after listing tags with `git tag`
- push changes and a tag (git push --tags)
- [future] switch to the gh-pages branch: git checkout gh-pages
- [future] copy content of the dist folder to the main folder
- [future] Commit the version change with the following message: chore(release): [version number]
- [future] push changes
- [future] switch back to the main branch
- 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

0 comments on commit c0f0575

Please sign in to comment.