-
Updated
Jul 13, 2021 - Ruby
changelog-generator
Here are 144 public repositories matching this topic...
-
Updated
Apr 11, 2021 - PHP
-
Updated
Jul 24, 2021 - Shell
-
Updated
Jul 20, 2021 - Go
-
Updated
May 2, 2021 - Shell
-
Updated
Apr 18, 2021 - Python
Test Cases
Add test files for the following cases
- if in a git repository
- output if not in a git repository
- on a repo with just 1 commit and no tags
- on a repo with just 1 commit and 1 tag
- on a repo with 1 commit and multiple tags pointing to same commit
- on a repo with 1 tag and multiple commits
- on a repo with multiple tags and multiple commits
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jul 23, 2021 - PHP
-
Updated
Jul 16, 2021 - Java
-
Updated
Jul 22, 2021 - PHP
-
Updated
Jun 8, 2021 - JavaScript
https://github.com/actions/upload-release-asset can be used to attach files to releases, but it takes an "upload url" as parameter.
release-with-changelog
should output this URL as well: https://docs.github.com/en/rest/reference/repos#upload-a-release-asset
Apparently it can be generated easily with just the release ID, which this action already has access to
-
Updated
Jun 21, 2021 - Java
-
Updated
Mar 14, 2021 - Rust
-
Updated
Jul 17, 2021 - Python
-
Updated
May 14, 2021 - Python
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Mar 17, 2021 - JavaScript
-
Updated
Jul 21, 2021 - Python
-
Updated
Jun 22, 2020 - Python
-
Updated
Jul 9, 2021 - JavaScript
Is your feature request related to a problem? Please describe
Sometimes users may link commits to the relevant issues in the footer of the commit message.
Description of the new feature/enhancement
Parse the footer of a commit message to see if it includes an issue and add it to the changelog.
Proposed technical implementation details (optional)
-
Updated
Jul 14, 2021 - Python
-
Updated
May 25, 2021 - C#
-
Updated
Jul 10, 2020 - PHP
Improve this page
Add a description, image, and links to the changelog-generator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the changelog-generator topic, visit your repo's landing page and select "manage topics."
package.json supports shortcut syntax for the repository field (https://docs.npmjs.com/files/package.json#repository)
orgname/reponame
is very common