mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
60e0e05a9f
Co-authored-by: jthegedus <jthegedus@users.noreply.github.com>
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@v2
|
|
name: create release
|
|
with:
|
|
release-type: simple
|
|
bump-minor-pre-major: true # remove this to enable breaking changes causing 1.0.0 tag
|