hullcss-discord-bot/.github/workflows/release.yml

16 lines
272 B
YAML
Raw Normal View History

2022-12-13 11:15:05 +00:00
name: Release
on:
push:
branches:
2022-12-13 11:31:34 +00:00
- main
2022-12-13 11:15:05 +00:00
jobs:
release-please:
runs-on: ubuntu-latest
steps:
build(deps): bump the github-actions group with 3 updates (#228) Bumps the github-actions group with 3 updates: [docker/build-push-action](https://github.com/docker/build-push-action), [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) and [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action). Updates `docker/build-push-action` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/0565240e2d4ab88bba5387d719585280857ece09...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56) Updates `google-github-actions/release-please-action` from 3.7.12 to 3.7.13 - [Release notes](https://github.com/google-github-actions/release-please-action/releases) - [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/release-please-action/compare/v3.7.12...v3.7.13) Updates `streetsidesoftware/cspell-action` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: google-github-actions/release-please-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 10:49:58 +00:00
- uses: google-github-actions/release-please-action@v3.7.13
2022-12-13 11:15:05 +00:00
with:
release-type: node
2022-12-13 11:18:08 +00:00
package-name: release-please-action