summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
AgeCommit message (Collapse)Author
2024-01-12Fix project name in zulip announcement messageMarat Radchenko
2024-01-07bump oldest supported Ruby & Asciidoctor (#452)Marat Radchenko
2023-11-10Bump actions/checkout from 3 to 4 (#445)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-03Update Rubies on CI (#416)Marat Radchenko
2022-03-02Bump actions/checkout from 2 to 3 (#414)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-16Upgrade to zulip/github-actions-zulip/send-message@v1Marat Radchenko
2021-04-28Bump yuzutech/zulip-send-message-action from v0.1.0 to v0.1.2 (#397)dependabot[bot]
Bumps [yuzutech/zulip-send-message-action](https://github.com/yuzutech/zulip-send-message-action) from v0.1.0 to v0.1.2. - [Release notes](https://github.com/yuzutech/zulip-send-message-action/releases) - [Commits](https://github.com/yuzutech/zulip-send-message-action/compare/v0.1.0...6de64d93de9e3c55a31414301fe646cc51ab1831) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27resolves #393 post release announcements to ZulipMarat Radchenko
2021-01-02add Ruby 3.0 to CI (#385)Marat Radchenko
2020-12-01use dawidd6/action-publish-gem for gem publishingMarat Radchenko
2020-02-09rename eregon/use-ruby-action -> ruby/setup-rubyMarat Radchenko
2020-01-31Use eregon/use-ruby-action@v1 for releasesMarat Radchenko
2020-01-20Replace cadwallion/publish-rubygems-action with manual call of `gem push`Marat Radchenko
Turns out, cadwallion/publish-rubygems-action doesn't work: https://github.com/asciidoctor/asciidoctor-epub3/commit/f5f74c7fa783bf6b50031394592bec335cef5fb9/checks?check_suite_id=410741589#step:5:6 In the future, this manual step could be replaced with a different action (if one exists).
2020-01-20Add GitHub Actions CI scriptMarat Radchenko
Also, this commit stops using Travis CI for release process.