test: unset ASDF_DATA_DIR and ASDF_CONFIG_FILE during test (#1722) #304
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
changelog-types: | | |
[ | |
{ "type": "feat", "section": "Features", "hidden": false }, | |
{ "type": "fix", "section": "Patches", "hidden": false }, | |
{ "type": "docs", "section": "Documentation", "hidden": false } | |
] | |
extra-files: | | |
SECURITY.md | |
docs/guide/getting-started.md | |
docs/pt-br/guide/getting-started.md | |
docs/zh-hans/guide/getting-started.md |