1.5.1
- Fix a bug when getting the commit hash of a Branch in GitHub, causing the
delete-branchcommand fail
1.5.0
- Add new command
delete-branch <branch_to_delete>. - Fixed a bug where
err-stashwould mistakenly create a Stash link when suggesting to create a PR for a Github branch.
1.4.0
- Add support to merge and close Github pull requests.
1.3.2
- Bug fix when try to merge branch to other than
master.
1.3.1
- Bug fix when try to merge branches and one of them does not have PR open.
1.3.0
- Modify merge message to be easier to know the target branch.
1.2.0
- Implement
--forceoption to merge PRs with different target branches.
1.1.2
- Fix bug where the fact that a PROJECT might not have a REPOSITORY/BRANCH generated an error.
1.1.1
- Add
STASH_PROJECTSto configuration template variable. - Change
STASH_PROJECTSdefaults toNone.
1.1.0
- Support multiple projects using
STASH_PROJECTSconfiguration variable. - Add
!stash versioncommand to display the changelog.
1.0.0
First version.