Skip to content

chore: release notes [IDE-158] #6

chore: release notes [IDE-158]

chore: release notes [IDE-158] #6

Workflow file for this run

name: Bump version
on:
pull_request:
types:
- open
- reopened
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
run: gh release create ${{steps.semantic_version.outuputs.version}} --notes-from-tag