Skip to content

chore(release): Release version 0.2.0 #9

chore(release): Release version 0.2.0

chore(release): Release version 0.2.0 #9

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Shun Sakai
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
name: Check Semantic Versioning
on:
push:
branches:
- "release/*"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
jobs:
semver:
name: Check Semantic Versioning
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check Semantic Versioning
uses: obi1kenobi/[email protected]