-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add changelog function to copy the releases * Update documentation for the changelog function
- Loading branch information
1 parent
5f7c3f1
commit 26585e5
Showing
7 changed files
with
187 additions
and
229 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 @@ | ||
module.exports = { | ||
"prefix": "v", | ||
"ignoreIssuesWith": [ | ||
"duplicate", | ||
"wontfix", | ||
|
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,128 +1,141 @@ | ||
# Changelog | ||
|
||
## 0.6.3 (13/03/2017) | ||
## v0.7.2 (17/03/2017) | ||
|
||
- [**bug**] Fix multiple repo information [#48](https://github.com/github-tools/github-release-notes/issues/48) | ||
#### Bug Fixes: | ||
|
||
- [#59](https://github.com/github-tools/github-release-notes/issues/59) Changelog action doesn't work in the grunt task | ||
|
||
--- | ||
--- | ||
|
||
## 0.6.2 (13/03/2017) | ||
## v0.7.1 (16/03/2017) | ||
|
||
- [**bug**] Remove unused option user.name [#45](https://github.com/github-tools/github-release-notes/issues/45) | ||
#### Bug Fixes: | ||
|
||
- [#57](https://github.com/github-tools/github-release-notes/issues/57) Fix object-deep-assign bug | ||
|
||
--- | ||
|
||
--- | ||
## v0.7.0 (16/03/2017) | ||
|
||
## 0.6.1 (12/03/2017) | ||
#### Framework Enhancements: | ||
|
||
- [**bug**] Error when there is only one tag [#43](https://github.com/github-tools/github-release-notes/issues/43) | ||
- [**enhancement**] Use different files type for configuration [#39](https://github.com/github-tools/github-release-notes/issues/39) | ||
- [#53](https://github.com/github-tools/github-release-notes/issues/53) Allow functions as template values | ||
- [#50](https://github.com/github-tools/github-release-notes/issues/50) Add GIF in readme.md file | ||
- [#27](https://github.com/github-tools/github-release-notes/issues/27) Add possibility to change date format | ||
|
||
--- | ||
|
||
## v0.3.3 (14/03/2017) | ||
*No changelog for this release.* | ||
|
||
--- | ||
|
||
## 0.6.0 (11/03/2017) | ||
--- | ||
|
||
- [**enhancement**] Unwrap github-api promises [#32](https://github.com/github-tools/github-release-notes/issues/32) | ||
- [**bug**] Remove escaping character on regex [#29](https://github.com/github-tools/github-release-notes/issues/29) | ||
- [**enhancement**] Use external config file [#26](https://github.com/github-tools/github-release-notes/issues/26) | ||
- [**bug**] The changelog action doesn't compile latest release [#24](https://github.com/github-tools/github-release-notes/issues/24) | ||
- [**enhancement**] Introduce templates for the issues [#23](https://github.com/github-tools/github-release-notes/issues/23) | ||
- [**enhancement**] Add an "ignore label" flag [#19](https://github.com/github-tools/github-release-notes/issues/19) | ||
- [**enhancement**] Add the chance to rebuild the history of release notes [#12](https://github.com/github-tools/github-release-notes/issues/12) | ||
## v0.5.0 (14/03/2017) | ||
|
||
#### Framework Enhancements: | ||
|
||
- [#20](https://github.com/github-tools/github-release-notes/issues/20) Specify which tag to build | ||
- [#18](https://github.com/github-tools/github-release-notes/issues/18) Create global version of the module | ||
- [#16](https://github.com/github-tools/github-release-notes/issues/16) Update the documentation | ||
- [#14](https://github.com/github-tools/github-release-notes/issues/14) Add the chance to override the latest release body | ||
- [#13](https://github.com/github-tools/github-release-notes/issues/13) Check the network | ||
- [#11](https://github.com/github-tools/github-release-notes/issues/11) Add tests | ||
- [#10](https://github.com/github-tools/github-release-notes/issues/10) Use the issues as data source | ||
- [#9](https://github.com/github-tools/github-release-notes/issues/9) Get the information from the local git config | ||
- [#7](https://github.com/github-tools/github-release-notes/issues/7) Add the possibility to create a CHANGELOG file | ||
|
||
--- | ||
#### Bug Fixes: | ||
|
||
## 0.5.0 (26/09/2016) | ||
- [#15](https://github.com/github-tools/github-release-notes/issues/15) Manage the scenario where there is only one tag | ||
|
||
- [**enhancement**] Specify which tag to build [#20](https://github.com/github-tools/github-release-notes/issues/20) | ||
- [**enhancement**] Create global version of the module [#18](https://github.com/github-tools/github-release-notes/issues/18) | ||
- [**enhancement**] Update the documentation [#16](https://github.com/github-tools/github-release-notes/issues/16) | ||
- [**bug**] Manage the scenario where there is only one tag [#15](https://github.com/github-tools/github-release-notes/issues/15) | ||
- [**enhancement**] Add the chance to override the latest release body [#14](https://github.com/github-tools/github-release-notes/issues/14) | ||
- [**enhancement**] Check the network [#13](https://github.com/github-tools/github-release-notes/issues/13) | ||
- [**enhancement**] Add tests [#11](https://github.com/github-tools/github-release-notes/issues/11) | ||
- [**enhancement**] Use the issues as data source [#10](https://github.com/github-tools/github-release-notes/issues/10) | ||
- [**enhancement**] Get the information from the local git config [#9](https://github.com/github-tools/github-release-notes/issues/9) | ||
- [**enhancement**] Add the possibility to create a CHANGELOG file [#7](https://github.com/github-tools/github-release-notes/issues/7) | ||
--- | ||
|
||
## v0.6.1 (14/03/2017) | ||
|
||
#### Framework Enhancements: | ||
|
||
--- | ||
- [#39](https://github.com/github-tools/github-release-notes/issues/39) Use different files type for configuration | ||
|
||
## 0.4.0 (03/03/2016) | ||
#### Bug Fixes: | ||
|
||
- [**enhancement**] Include various types of commit messages [#5](https://github.com/github-tools/github-release-notes/issues/5) | ||
- [#43](https://github.com/github-tools/github-release-notes/issues/43) Error when there is only one tag | ||
|
||
--- | ||
|
||
## v0.6.2 (14/03/2017) | ||
|
||
--- | ||
#### Bug Fixes: | ||
|
||
## 0.3.3 (26/01/2016) | ||
- [#45](https://github.com/github-tools/github-release-notes/issues/45) Remove unused option user.name | ||
|
||
*No changelog for this release.* | ||
--- | ||
|
||
## v0.6.3 (14/03/2017) | ||
|
||
#### Bug Fixes: | ||
|
||
--- | ||
- [#48](https://github.com/github-tools/github-release-notes/issues/48) Fix multiple repo information | ||
|
||
## 0.3.2 (07/12/2015) | ||
--- | ||
|
||
*No changelog for this release.* | ||
## v0.4.0 (14/03/2017) | ||
|
||
#### Framework Enhancements: | ||
|
||
- [#5](https://github.com/github-tools/github-release-notes/issues/5) Include various types of commit messages | ||
|
||
--- | ||
--- | ||
|
||
## 0.3.1 (07/12/2015) | ||
## v0.6.0 (14/03/2017) | ||
|
||
*No changelog for this release.* | ||
#### Framework Enhancements: | ||
|
||
- [#32](https://github.com/github-tools/github-release-notes/issues/32) Unwrap github-api promises | ||
- [#26](https://github.com/github-tools/github-release-notes/issues/26) Use external config file | ||
- [#23](https://github.com/github-tools/github-release-notes/issues/23) Introduce templates for the issues | ||
- [#19](https://github.com/github-tools/github-release-notes/issues/19) Add an "ignore label" flag | ||
- [#12](https://github.com/github-tools/github-release-notes/issues/12) Add the chance to rebuild the history of release notes | ||
|
||
#### Bug Fixes: | ||
|
||
--- | ||
- [#29](https://github.com/github-tools/github-release-notes/issues/29) Remove escaping character on regex | ||
- [#24](https://github.com/github-tools/github-release-notes/issues/24) The changelog action doesn't compile latest release | ||
|
||
## 0.3.0 (19/11/2015) | ||
--- | ||
|
||
## v0.2.2 (10/03/2017) | ||
*No changelog for this release.* | ||
|
||
--- | ||
|
||
|
||
--- | ||
|
||
## 0.2.2 (18/11/2015) | ||
|
||
## v0.3.0 (10/03/2017) | ||
*No changelog for this release.* | ||
|
||
--- | ||
|
||
## v0.3.1 (10/03/2017) | ||
*No changelog for this release.* | ||
|
||
--- | ||
|
||
## 0.2.1 (18/11/2015) | ||
--- | ||
|
||
## v0.3.2 (10/03/2017) | ||
*No changelog for this release.* | ||
|
||
--- | ||
|
||
## v0.2.1 (26/09/2016) | ||
*No changelog for this release.* | ||
|
||
--- | ||
|
||
## 0.2.0 (15/11/2015) | ||
--- | ||
|
||
- [**enhancement**] Cleanse option [#3](https://github.com/github-tools/github-release-notes/issues/3) | ||
## v0.2.0 (26/09/2016) | ||
|
||
#### Framework Enhancements: | ||
|
||
- [#3](https://github.com/github-tools/github-release-notes/issues/3) Cleanse option | ||
|
||
--- | ||
--- | ||
|
||
## v0.1.0 (12/11/2015) | ||
|
||
_No changelog for this release._ | ||
|
||
|
||
--- | ||
|
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 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
Oops, something went wrong.