From faf1875c49a9d3e872512157827bd379409cbbfe Mon Sep 17 00:00:00 2001 From: Kenichi Takahashi Date: Tue, 30 Sep 2025 19:45:48 +0900 Subject: [PATCH 1/3] tagpr --- .github/workflows/tagpr.yml | 23 +++++++++++++++++++++++ .tagpr | 9 +++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/workflows/tagpr.yml create mode 100644 .tagpr diff --git a/.github/workflows/tagpr.yml b/.github/workflows/tagpr.yml new file mode 100644 index 0000000..935159d --- /dev/null +++ b/.github/workflows/tagpr.yml @@ -0,0 +1,23 @@ +name: tagpr + +on: + push: + branches: + - master + +jobs: + tagpr: + runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + issues: read + + steps: + - uses: actions/checkout@v5 + with: + persist-credentials: false + + - uses: Songmu/tagpr@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.tagpr b/.tagpr new file mode 100644 index 0000000..d9d0a60 --- /dev/null +++ b/.tagpr @@ -0,0 +1,9 @@ +# tagpr configuration for octx +# Automatically updates version in Cargo.toml and creates draft releases + +[tagpr] + vPrefix = false + versionFile = "Cargo.toml" + changelog = true + command = "cargo update -p octx" + release = draft From 2b3f3cb5d854111c57c7389c56dd879deb9fa011 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:46:05 +0000 Subject: [PATCH 2/3] [tagpr] prepare for the next release --- .github/release.yml | 4 ++++ .tagpr | 1 + Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..b0c5175 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,4 @@ +changelog: + exclude: + labels: + - tagpr diff --git a/.tagpr b/.tagpr index d9d0a60..5c1d0c1 100644 --- a/.tagpr +++ b/.tagpr @@ -7,3 +7,4 @@ changelog = true command = "cargo update -p octx" release = draft + releaseBranch = master diff --git a/Cargo.toml b/Cargo.toml index c63547e..afbbbad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octx" -version = "0.6.2" +version = "0.6.3" authors = ["Uchio Kondo "] repository = "https://github.com/pepabo/octx" keywords = ["github", "cli", "etl"] From 1542e55cab6d857fc34657d741af24ded5bb49a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:46:10 +0000 Subject: [PATCH 3/3] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..75b3908 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,53 @@ +# Changelog + +## [0.6.3](https://github.com/pepabo/octx/compare/0.6.2...0.6.3) - 2025-09-30 +- Update url crate to 2.x by @kenchan in https://github.com/pepabo/octx/pull/21 + +## [0.6.2](https://github.com/pepabo/octx/compare/0.6.1...0.6.2) - 2022-01-04 +- Extract project card model by @udzura in https://github.com/pepabo/octx/pull/20 + +## [0.6.1](https://github.com/pepabo/octx/compare/0.6.0...0.6.1) - 2021-11-08 +- Support pull-request-commits by @udzura in https://github.com/pepabo/octx/pull/19 + +## [0.6.0](https://github.com/pepabo/octx/compare/0.5.2...0.6.0) - 2021-10-15 +- Fix Issue#labels format to JSON-formed array by @udzura in https://github.com/pepabo/octx/pull/18 + +## [0.5.2](https://github.com/pepabo/octx/compare/0.5.1...0.5.2) - 2021-10-14 +- Support days-ago on runs and jobs by @udzura in https://github.com/pepabo/octx/pull/17 + +## [0.5.1](https://github.com/pepabo/octx/compare/0.5.0...0.5.1) - 2021-10-13 +- Support model "reviews" by @udzura in https://github.com/pepabo/octx/pull/16 + +## [0.5.0](https://github.com/pepabo/octx/compare/0.4.5...0.5.0) - 2021-09-07 +- P/R files (experimental) by @udzura in https://github.com/pepabo/octx/pull/14 +- add feature workflows by @koji-m in https://github.com/pepabo/octx/pull/15 + +## [0.4.5](https://github.com/pepabo/octx/compare/0.4.4...0.4.5) - 2021-07-01 +- Cover optionals by @udzura in https://github.com/pepabo/octx/pull/13 + +## [0.4.4](https://github.com/pepabo/octx/compare/0.4.3...0.4.4) - 2021-07-01 +- Releases by @udzura in https://github.com/pepabo/octx/pull/12 + +## [0.4.3](https://github.com/pepabo/octx/compare/0.4.2...0.4.3) - 2021-07-01 +- Support commits by @udzura in https://github.com/pepabo/octx/pull/11 + +## [0.4.2](https://github.com/pepabo/octx/compare/0.4.1...0.4.2) - 2021-06-30 +- Detailed users information (name and email, if visible) by @udzura in https://github.com/pepabo/octx/pull/10 + +## [0.4.1](https://github.com/pepabo/octx/compare/0.4.0...0.4.1) - 2021-05-26 +- Support more complicated events by @udzura in https://github.com/pepabo/octx/pull/9 + +## [0.4.0](https://github.com/pepabo/octx/compare/0.3.0...0.4.0) - 2021-05-26 +- Refactor using associated types by @udzura in https://github.com/pepabo/octx/pull/6 +- Support Since for other models by @udzura in https://github.com/pepabo/octx/pull/7 +- Parse isodate by @udzura in https://github.com/pepabo/octx/pull/8 + +## [0.3.0](https://github.com/pepabo/octx/compare/0.2.1...0.3.0) - 2021-03-19 +- Add detailed packaging info by @udzura in https://github.com/pepabo/octx/pull/4 +- Support issue events by @udzura in https://github.com/pepabo/octx/pull/5 + +## [0.2.1](https://github.com/pepabo/octx/compare/0.2.0...0.2.1) - 2021-03-12 +- Support --days-ago only for comments by @udzura in https://github.com/pepabo/octx/pull/2 + +## [0.2.0](https://github.com/pepabo/octx/commits/0.2.0) - 2021-03-10 +- Support reponame by @udzura in https://github.com/pepabo/octx/pull/1