Commit Graph

13 Commits

Author SHA1 Message Date
jolheiser 8156d742f5 Update to urfave/cli/v3 (#77)
This allows for persistent flags, such that `changelog -m v0.4.0 generate` and `changelog generate -m v0.4.0` are equivalent.

Reviewed-on: https://gitea.com/gitea/changelog/pulls/77
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2023-04-03 11:51:25 +08:00
Andrew Thornton 3b83ddcefb Pass global flags down to subcommands (#54)
Fix #51

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/54
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-committed-by: Andrew Thornton <art27@cantab.net>
2022-09-16 17:31:37 +08:00
John Olheiser 05a5366d7f Skip un-grouped PRs if no default is set (#64)
Reviewed-on: https://gitea.com/gitea/changelog/pulls/64
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-06-22 17:16:56 +08:00
John Olheiser 57e620da5b Updates and priority changes (#62)
Reviewed-on: https://gitea.com/gitea/changelog/pulls/62
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-06-22 09:27:24 +08:00
6543 f3ee0e5726 Add flag to specify git tag (#58)
close #57

Reviewed-on: https://gitea.com/gitea/changelog/pulls/58
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
2022-03-13 10:33:03 +08:00
Lunny Xiao c38cabc3dc Upgrade gitea sdk to v0.14.0 (#53)
As title.

Reviewed-on: https://gitea.com/gitea/changelog/pulls/53
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-05-17 18:39:53 +08:00
jaqra e532c4d5cd Add generate from issues argument (#44)
Fix posible nil problem

Process only merged PRs

Rename variable

Fix github query for issues

Fix typo

Split function & fix lint

Rename variable name

Fix lint error

Add generate from issues argument

Co-authored-by: jaqra <jaqra@hotmail.com>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/44
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
2020-08-04 13:30:19 +00:00
Lunny Xiao b8fcd83de4 Fix bug only list first page when get prs from gitea (#41)
Fix bug only list first page when get prs from gitea

Reviewed-on: https://gitea.com/gitea/changelog/pulls/41
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-03-29 01:56:21 +00:00
Andrew Thornton fe3041f2f9 Add newline after title (#39)
Add newline after title

Reviewed-on: https://gitea.com/gitea/changelog/pulls/39
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
2020-02-16 00:32:36 +00:00
6543 a9ba232835 use .changelog.yml config if in working dir (#37)
use .changelog.yml config if in working dir

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/37
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
2020-02-02 22:45:12 +00:00
John Olheiser 3c1b200883 Add init command (#33)
Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/33
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io>
2020-01-27 02:42:24 +00:00
John Olheiser b707352bf9 CI and Linter (#27)
Add S3 for master/releases

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Move to arm64 for more RAM

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Add lint to CI

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Rename default to compliance and un-test releases

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Test

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Initial work

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/27
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-01-26 03:43:05 +00:00
John Olheiser 747f3cb162 Changelog Overhaul 2 (#19)
Default gitea service

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/19
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io>
2020-01-24 16:30:16 +00:00