Skip to content

Commit

Permalink
Release of version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpschr committed Dec 15, 2014
1 parent 41d0c03 commit 897eb39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions how-to-publish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Make sure you have npm installed.

git pull

2. Check and increment the version in the `package.json` file. E.g. version "0.5.0"
2. Check and increment the version in the `package.json` file. E.g. version "0.5.1"

3. Check if examples are working fine

Expand All @@ -23,13 +23,14 @@ Make sure you have npm installed.

5. Commit all changes, push to repository

git commit -a -m "Release of version 0.5.0"
git tag -a v0.5.0 -m 'version 0.5.0'
git commit -a -m "Release of version 0.5.1"
git tag -a v0.5.1 -m 'version 0.5.1'
git push
git push origin --tags

6. Go to GitHub and schedule a new Release
Title: Mutations Needle Plot
Changelog:
v0.4.2
Includes some bug-fixes.
v0.5.1
* Selection (new)
* Legend (new)
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mutations-needle-plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 897eb39

Please sign in to comment.