summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
AgeCommit message (Collapse)Author
5 daysSwitch filename of release and publish workflowsHiroshi SHIBATA
2025-12-11release.yml: Fix tag conversion for Ruby 4.0Takashi Kokubun
and PREVIOUS_RELEASE_TAG for any .0 releases
2025-12-02Bump actions/checkout from 6.0.0 to 6.0.1dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-11-27Bump actions/checkout from 5.0.1 to 6.0.0dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17Bump actions/checkout from 5.0.0 to 5.0.1dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-30release.yml: Use workflow_dispatch for docker-imagesTakashi Kokubun
instead of repository_dispatch. Only that workflow reacts to repository_dispatch, so just using workflow_dispatch should be enough. We want to use workflow_dispatch for manual triggers, and I don't want to maintain two different dispatch methods in the workflow.
2025-09-09Bump actions/checkout from 4 to 5dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-20Use another credential for generating new releasesHiroshi SHIBATA
2025-02-15Fixed syntax error for OpenSSL version detectionHiroshi SHIBATA
2025-02-05Generate the latest version number from OpenSSL LTS releasesHiroshi SHIBATA
2025-02-05Removed unused parameters for building docker imageHiroshi SHIBATA
2024-09-04Bump up openssl-3.0.15Hiroshi SHIBATA
2024-09-03Added missing client_payload for ruby-buildHiroshi SHIBATA
2024-09-02Try to fix AWS_CLI_OPTS with AWS_ACCESS_KEY_IDTakashi Kokubun
2024-09-02Drop `--profile ruby` on the release workflowTakashi Kokubun
2024-08-06tool/gen-github-release.rb required recent version of RubyHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11312
2024-08-06Create GitHub Releases with GitHub ActionsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11312
2024-08-02Auto-purge after package releaseHiroshi SHIBATA
2024-08-02Notify ruby-build for definition updateHiroshi SHIBATA
2024-08-02Notify update workflow for all-rubyHiroshi SHIBATA
https://github.com/ruby/all-ruby/blob/master/.github/workflows/update.yml
2024-08-01Added workflow for building snapcraftHiroshi SHIBATA
https://github.com/ruby/snap.ruby/actions/runs/10189575392/job/28187867439 Notes: Merged: https://github.com/ruby/ruby/pull/11286
2024-08-01Also update version index fileHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11286
2024-08-01Added workflow dispatchHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11286
2024-08-01We should run release.sh with release tagHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11286