forked from timdown/rangy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tim
committed
Apr 6, 2015
1 parent
d8bf2b1
commit 0a8c24f
Showing
3 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
roadmap.txt | ||
release_process.txt | ||
/.idea | ||
/builder | ||
/dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
- Change README if necessary | ||
- Write release notes | ||
- Change version number in package.json | ||
- Commit and push | ||
- Update version number in bower.json in rangy-release | ||
- Update code files in rangy-release | ||
|
||
- Update files in lib | ||
- Create release in GitHub. Probably an API to do this. Tag and provide release notes as .md file as script argument | ||
- Update npm with `npm publish` | ||
- Update Bower by adding tag to rangy-release and pushing tags to GitHub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters