summaryrefslogtreecommitdiff
path: root/.github/workflows/release-edit-with-push.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): update [github actions] update dependencies (major) (#16869)renovate[bot]2025-12-161-1/+1
| | | | | | | | | | | | | | * chore(deps): update [github actions] update dependencies * migrate * bump download-artifact to v7 * bump upload-artifact to v6 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* ci: change prerelease channels to alpha, beta, and rc (#14376)anatawa122024-08-091-1/+1
|
* ci: ↵Kisaragi2024-07-141-1/+1
| | | | | | | | | ワークフローが更新されたときにもワークフローが起動するようにする (#14207) * ci: include themselves in `on.push.paths` command: find .github/workflows -type f \( -name '*.yaml' -or -name '*.yml' \) | xargs -I {} yq_4.44.2-linux_x86-64 'select(.on.push.paths != null) | .[0] | map("{}")[0]' {} | xargs -I {} ~/.local/bin/yq_4.44.2-linux_x86-64 -i '.on.push.paths += ["{}"]' {} * ci: include themselves in `on.pull_request.paths` command: find .github/workflows -type f \( -name '*.yaml' -or -name '*.yml' \) | xargs -I {} yq_4.44.2-linux_x86-64 'select(.on.pull_request.paths != null) | .[0] | map("{}")[0]' {} | xargs -I {} ~/.local/bin/yq_4.44.2-linux_x86-64 -i '.on.pull_request.paths += ["{}"]' {}
* リリースPRがないときにrelease-edit-with-push.ymlがfailして見 ↵tamaina2024-07-111-0/+3
| | | | えが悪いのを修正 (#14160)
* Bump release actions to v2 (develop-stable(master) branches system) (#13941)tamaina2024-07-091-6/+8
|
* [skip ci] update release manager actionstamaina2024-05-281-1/+1
|
* fix: CHANGELOG not reflecting correctly (#13888)zyoshoka2024-05-271-1/+4
| | | | | | | | | | | * fix: CHANGELOG not reflecting correctly * Update .github/workflows/release-edit-with-push.yml Co-authored-by: anatawa12 <anatawa12@icloud.com> --------- Co-authored-by: anatawa12 <anatawa12@icloud.com>
* chore: Automated release (#13075)tamaina2024-03-041-0/+40
* chore: Automated release * follow