Skip to content

Commit

Permalink
Tidy Release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnelldean committed Aug 17, 2016
1 parent a699a7f commit 3e57739
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
13 changes: 13 additions & 0 deletions docs/create-a-release.md
@@ -0,0 +1,13 @@
# Creating a release

1. Ensure all deps in node_modules installable from npm.
2. Update CHANGES.md, with date release, notes, and version.
3. Review github issues, close and triage issues related to the release.
4. Make sure you have a clean branch: git checkout -b release upstream/master
5. Run `npm version v0.0.0 -m "version 0.0.0"` with the version number replacing 0.0.0
6. Run `git push upstream master`
7. Run `git push upstream --tags`
8. Run `npm publish`
9. Run `npm tag seneca@VERSION next`
10. Run `npm tag seneca@VERSION plugin`
11. Update and publish plugins
12 changes: 0 additions & 12 deletions docs/release.txt

This file was deleted.

0 comments on commit 3e57739

Please sign in to comment.