mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
17 lines
341 B
YAML
17 lines
341 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
release:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: GoogleCloudPlatform/release-please-action@v3
|
|
name: create release
|
|
with:
|
|
release-type: simple
|
|
bump-minor-pre-major: true # remove this to enable breaking changes causing 1.0.0 tag
|