Skip to content

Chore: setup release-please config for both stable and dev #8

Chore: setup release-please config for both stable and dev

Chore: setup release-please config for both stable and dev #8

name: Release Notes drafter (release-please) DEV/BETA
on:
push:
branches:
- dev
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.release.outputs.tag_name }}
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
<<<<<<< Updated upstream

Check failure on line 24 in .github/workflows/release-please-dev.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-please-dev.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
manifest-file: .release-please-manifest-dev.json
config-file: .release-please-config-dev.json
=======
manifest-file: .github/workflows/.release-please-manifest-dev.json
config-file: .github/workflows/.release-please-config-dev.json
>>>>>>> Stashed changes