Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically generate changelog entries from the CLI #15

Merged
merged 22 commits into from
Sep 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
49d5399
Make changelog rendering configurable
thanethomson Aug 17, 2021
9b2dd8a
Add support for optional project URL to config
thanethomson Aug 17, 2021
14dcdd7
Enable (somewhat elegant) writing of config to file
thanethomson Aug 17, 2021
1b7e7ed
Use constants for default param values
thanethomson Sep 10, 2021
a7b5178
Add --quiet flag
thanethomson Sep 10, 2021
c12fe80
Refactor to facilitate automatic entry rendering and configuration
thanethomson Sep 11, 2021
6f894ca
Add changelog entry
thanethomson Sep 11, 2021
30ba365
Do not overwrite epilogue file if it already exists
thanethomson Sep 11, 2021
1413bfd
Increase log level to info
thanethomson Sep 11, 2021
c660eaf
Add support for automatically wrapping and indenting changelog entrie…
thanethomson Sep 11, 2021
b55953f
Regenerate changelog entry with automatic wrapping
thanethomson Sep 11, 2021
0b6f0b5
Update Cargo.lock dependencies
thanethomson Sep 11, 2021
4d429fa
Fix CLI parameter naming
thanethomson Sep 11, 2021
a1a96a6
Add test for pull requests
thanethomson Sep 12, 2021
43f2dc2
Make entry automatic generation respect configured bullet style
thanethomson Sep 12, 2021
a232730
Add ability to automatically generate config.toml file with GitHub pr…
thanethomson Sep 12, 2021
1876618
Allow for automatic config.toml generation during init
thanethomson Sep 12, 2021
cc342cf
Update README to reflect latest changes
thanethomson Sep 12, 2021
506aca3
Make configuration its own section
thanethomson Sep 12, 2021
cd532aa
Remove all notions of projects and rather let config determine compon…
thanethomson Sep 12, 2021
6cd8623
Remove all notions of projects and rather let config determine compon…
thanethomson Sep 12, 2021
2f6f19f
Update README for component-related changes
thanethomson Sep 12, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The configuration file for unclog's changelog

project_url = "https://github.com/informalsystems/unclog"
3 changes: 3 additions & 0 deletions .changelog/unreleased/breaking-changes/13-entry-autogen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Unreleased entries can now automatically be added to changelogs from the CLI.
This necessarily introduces configuration to be able to specify the project's
GitHub URL ([#13](https://github.com/informalsystems/unclog/issues/13))
Loading