Skip to content

chore: temporarily generate release notes when opening pr #4

chore: temporarily generate release notes when opening pr

chore: temporarily generate release notes when opening pr #4

Workflow file for this run

name: Bump version
on:
pull_request:
types:
- open
branches:
- main
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- uses: paulhatch/[email protected]
id: semantic_version
with:
# The prefix to use to identify tags
tag_prefix: "v"
- name: Release
command: gh release create ${{steps.semantic_version.outuputs.version}} --notes-from-tag