-
Updated
Apr 10, 2022 - Ruby
changelog-generator
Here are 171 public repositories matching this topic...
-
Updated
May 29, 2022 - Rust
-
Updated
Dec 5, 2021 - Shell
Currently the header file included at the top of the CHANGELOG.md file is required, this should be optional as there are plenty of use cases for not including a header. You could fake this by just creating an empty file, but we would still include some blank lines cause we assume one exists.
-
Updated
Jan 22, 2022 - PHP
-
Updated
Apr 18, 2022 - Python
-
Updated
Jan 23, 2022 - Shell
-
Updated
Nov 13, 2021 - Shell
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
Apr 9, 2022 - JavaScript
-
Updated
May 30, 2022 - PHP
-
Updated
Apr 22, 2022 - Java
-
Updated
May 25, 2022 - PHP
-
Updated
May 14, 2022 - JavaScript
-
Updated
May 24, 2022 - Go
-
Updated
Apr 3, 2022 - TypeScript
-
Updated
May 26, 2022 - Java
-
Updated
May 2, 2022 - Dockerfile
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
May 23, 2022 - JavaScript
-
Updated
May 28, 2022 - JavaScript
-
Updated
Apr 22, 2022 - Python
In run-action.ts
, process.env["HOME"]
should be replaced with os.homedir()
, since it covers more of the edge cases for you.
-
Updated
Aug 17, 2021 - JavaScript
Currently issues do not include the assignee name + URL to their profile, which would be nice.
-
Updated
Mar 14, 2021 - Rust
-
Updated
Mar 26, 2022 - Shell
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