-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from gregorynicholas/3.0.0-updates
3.0.0 updates
- Loading branch information
Showing
6 changed files
with
575 additions
and
338 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
Version 3.0.0 | ||
---------------------- | ||
|
||
Released on 2013-05-23 | ||
|
||
* removed: keybump-git-changelog | ||
* added more options | ||
* git tag + commit + push is not done optionally by specifying: | ||
skip_tag, skip_commit, skip_push respectively | ||
* script fails when there is uncommitted junk in the repo | ||
* refactored quite a bit of the code to make it a bit more OOP | ||
|
||
|
||
Version 2.0.2 | ||
---------------------- | ||
|
||
Released on 2013-05-23 | ||
|
||
* CHANGES.md added to repo | ||
* added changelog summary for 2.0.1 | ||
* minor updates to project README.md | ||
* renamed: keybump.py -> keybump. updated setup script | ||
* renamed: git-changelog -> keybump-git-changelog | ||
* git tag list fix | ||
* changed git tag list command to sort by authordate | ||
* added some parsing of the git summaries | ||
* remove merge commits and commits with potentially bad messages | ||
|
||
|
||
Version 2.0.1 | ||
---------------------- | ||
|
||
Released on 2013-03-15 | ||
|
||
* git tag list fix | ||
* changed `git tag list` sub-command to sort by authordate | ||
* pypi script added to repo | ||
* updated gitignore to match distribute generated files |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.