Skip to content

chore(main): release 1.1.0 (#3) #13

chore(main): release 1.1.0 (#3)

chore(main): release 1.1.0 (#3) #13

name: "semantic / release"
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: write
issues: write
pull-requests: write
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yml
please:
needs: [lint, test]
runs-on: ubuntu-latest
steps:
# Build and upload to stores still needs to be done manually for now
- uses: googleapis/release-please-action@1155c2c8dcbd6b15e85bae6bc6d1fed9552663cb # v4.2.0
id: release
with:
config-file: release.json
manifest-file: .release-manifest.json