-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
8866ac4
commit f17af8f
Showing
3 changed files
with
43 additions
and
2 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,41 @@ | ||
# Changelog | ||
|
||
## [1.1.2](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.1.1...1.1.2) | ||
|
||
- Display warning when trying to commit to master, main or develop [`#41`](https://github.com/jessedobbelaere/jira-smart-commit/pull/41) | ||
- Bump mocha from 6.2.2 to 7.1.2 [`#25`](https://github.com/jessedobbelaere/jira-smart-commit/pull/25) | ||
- Bump sinon from 7.5.0 to 9.0.2 [`#24`](https://github.com/jessedobbelaere/jira-smart-commit/pull/24) | ||
- Bump mocha from 6.2.0 to 6.2.2 [`#11`](https://github.com/jessedobbelaere/jira-smart-commit/pull/11) | ||
- Bump sinon from 7.4.2 to 7.5.0 [`#9`](https://github.com/jessedobbelaere/jira-smart-commit/pull/9) | ||
- Upgrades and code cleanup (#42) [`8866ac4`](https://github.com/jessedobbelaere/jira-smart-commit/commit/8866ac4c809de52a2b69fabb296e8eab7832c15d) | ||
- Update README.md [`f8e0ec0`](https://github.com/jessedobbelaere/jira-smart-commit/commit/f8e0ec0753a50492c57b5a994d4c54b61a83f6e6) | ||
|
||
## [1.1.1](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.1.0...1.1.1) (2019-09-18) | ||
|
||
- Bump proxyquire from 2.1.0 to 2.1.3 [`#8`](https://github.com/jessedobbelaere/jira-smart-commit/pull/8) | ||
- Bump sinon from 7.2.2 to 7.4.2 [`#7`](https://github.com/jessedobbelaere/jira-smart-commit/pull/7) | ||
- Bump mocha from 5.2.0 to 6.2.0 [`#6`](https://github.com/jessedobbelaere/jira-smart-commit/pull/6) | ||
- Add badges to Readme [`5002979`](https://github.com/jessedobbelaere/jira-smart-commit/commit/50029792f58e13e7bc5538b768b086c9dad008dd) | ||
|
||
## [1.1.0](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.0.2...1.1.0) (2018-12-28) | ||
|
||
- Bump dependencies and release [`#5`](https://github.com/jessedobbelaere/jira-smart-commit/pull/5) | ||
- Make more flexible to catch task name & use HUSKY_GIT_PARAMS if GIT_P… [`#4`](https://github.com/jessedobbelaere/jira-smart-commit/pull/4) | ||
- Add bin executable statement [`#2`](https://github.com/jessedobbelaere/jira-smart-commit/pull/2) | ||
- make more flaxible to catch task name & use HUSKY_GIT_PARAMS if GIT_PARAMS was not passed [`e67ad89`](https://github.com/jessedobbelaere/jira-smart-commit/commit/e67ad89fbad79e3ee30c4676241b82b860f46420) | ||
|
||
## [1.0.2](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.0.1...1.0.2) (2017-10-18) | ||
|
||
- Add bin executable statement [`7c66fa6`](https://github.com/jessedobbelaere/jira-smart-commit/commit/7c66fa6ec860bacffc1ae6807f7e3166ccfe54aa) | ||
|
||
## [1.0.1](https://github.com/jessedobbelaere/jira-smart-commit/compare/1.0.0...1.0.1) (2017-10-13) | ||
|
||
- Fix duplicate prefixes being added [`#1`](https://github.com/jessedobbelaere/jira-smart-commit/pull/1) | ||
- Add more shields [`b0f89b3`](https://github.com/jessedobbelaere/jira-smart-commit/commit/b0f89b3361c68692f20c38bdd7ce9b058886f174) | ||
|
||
## 1.0.0 (2017-09-07) | ||
|
||
- ✨ Initial commit [`a70e4f5`](https://github.com/jessedobbelaere/jira-smart-commit/commit/a70e4f5ee9bb6fe5cdb65f0dec0ecc9be4cfb59a) | ||
- Add travis-ci [`a52f8f2`](https://github.com/jessedobbelaere/jira-smart-commit/commit/a52f8f251d15c6c0e8d833405064663b7b358c34) | ||
- Add node versions [`695fafc`](https://github.com/jessedobbelaere/jira-smart-commit/commit/695fafc7c62ef91f74f7964f74c1d7a5a2c0481a) | ||
- Add badges [`ba1345b`](https://github.com/jessedobbelaere/jira-smart-commit/commit/ba1345beb915b35c844fe2a3ef09174c61f0a71f) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 @@ | ||
{ | ||
"name": "jira-smart-commit", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A githook script that transforms commit messages to JIRA smart commits based on branch names", | ||
"author": "Jesse Dobbelaere <[email protected]>", | ||
"license": "MIT", | ||
|