Skip to content

chore(doc): update generate UUID link #140

chore(doc): update generate UUID link

chore(doc): update generate UUID link #140

Workflow file for this run

name: release
on:
push:
branches:
- master
pull_request:
types:
- labeled
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)
- uses: haya14busa/action-bumpr@v1