Skip to content

Releases: github-tools/github-release-notes

v0.3.0

10 Mar 22:53
Compare
Choose a tag to compare

No changelog for this release.

v0.2.2

10 Mar 22:53
Compare
Choose a tag to compare

No changelog for this release.

v0.2.1

26 Sep 21:14
Compare
Choose a tag to compare

No changelog for this release.

v0.2.0

26 Sep 20:59
Compare
Choose a tag to compare

Enhancements:

  • #5 Include various types of commit messages

v0.1.0

12 Nov 20:18
Compare
Choose a tag to compare

Enhancements:

  • #217 [feature request] sharing config or online config
  • #165 Avoid paginating over all pull requests
  • #161 Pass issue descriptions into templates
  • #152 Add configuration-file option
  • #144 Feature to be able to specify limit on tags for the changelog
  • #131 Template: PR branch name?
  • #108 Create a silent mode
  • #102 Create a better log
  • #98 Manage issues with multiple labels
  • #96 Translate Promises to async, await
  • #93 Add Pull Requests as data-source option
  • #92 Ignore tags with a certain string
  • #84 Ignore commits with keywords
  • #83 Create module initialisation panel
  • #81 Swap Grunt with Gulp
  • #80 gren --help quietly does stuff
  • #78 README doesn't explain what gren does
  • #74 Support GitHub Enterprise
  • #72 Expanded options for commit template variables
  • #69 Remove the releases limit
  • #68 Migrate to ES2015
  • #67 Use milestones to create release notes
  • #66 Create a --help section
  • #64 Get the options with an external npm tool
  • #61 Rework the Changelog generator function
  • #55 Create a group-by-label option
  • #53 Allow functions as template values
  • #50 Add GIF in readme.md file
  • #39 Use different files type for configuration
  • #37 Introduce unit test
  • #32 Unwrap github-api promises
  • #27 Add possibility to change date format
  • #26 Use external config file
  • #23 Introduce templates for the issues
  • #20 Specify which tag to build
  • #19 Add an "ignore label" flag
  • #18 Create global version of the module
  • #16 Update the documentation
  • #14 Add the chance to override the latest release body
  • #13 Check the network
  • #12 Add the chance to rebuild the history of release notes
  • #11 Add tests
  • #10 Use the issues as data source
  • #9 Get the information from the local git config
  • #7 Add the possibility to create a CHANGELOG file
  • #5 Include various types of commit messages

Bug Fixes:

  • #229 The number of commits will be reduced by one when "--data-source=commits"
  • #186 Missing version numbers in generated changelog
  • #162 Change in artifact name - Gren no longer creates release notes!
  • #158 Commit author's name link is incorrect
  • #140 html_url and url are both pointing to 'https://api.github.com..'
  • #134 Sort tags by date before fetching release notes
  • #133 PRs that didn't merge to the master are shown in
  • #132 Tags not found
  • #128 PR is not exists on the release notes
  • #122 Fix git configuration from https
  • #119 Tags all takes a lot to exit the task
  • #110 Configuration file not used with "gren release", but works with "gren changelog"
  • #109 Babel Runtime is missing
  • #99 Use Babel transform runtime
  • #95 Extend limit option to include pagination
  • #90 Fix the token option
  • #77 Check if there are no tags
  • #70 Options don't get converted to camelCase from bash
  • #59 Changelog action doesn't work in the grunt task
  • #57 Fix object-deep-assign bug
  • #48 Fix multiple repo information
  • #45 Remove unused option user.name
  • #43 Error when there is only one tag
  • #29 Remove escaping character on regex
  • #24 The changelog action doesn't compile latest release
  • #15 Manage the scenario where there is only one tag