Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-rzr-i/generatechangelogps1
Generate changelog from GIT commits
https://github.com/i-rzr-i/generatechangelogps1
application changelog commit generate git version
Last synced: 3 days ago
JSON representation
Generate changelog from GIT commits
- Host: GitHub
- URL: https://github.com/i-rzr-i/generatechangelogps1
- Owner: I-RzR-I
- License: mit
- Created: 2023-07-14T17:15:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T16:44:12.000Z (12 months ago)
- Last Synced: 2024-01-24T17:53:23.945Z (12 months ago)
- Topics: application, changelog, commit, generate, git, version
- Language: PowerShell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
> Generate changelog from GIT commits
1. Get all difference commits from 'develop' and your current branch.
2. Append commit hash and commit comment to existing `changelog` file.
3. Generate the application's new version and append it to `changelog`.