Skip to content

Check semantic for releases

Actions
Check if CURRENT_REF follows defined conventions
v0.1.2
Latest
Star (0)

Check Semantic Release

Content

Overview

This GitHub Action facilitates setting checking if tag follow our convention.

⚠️ This action is tailored for our specific needs and development workflow, at this moment, you cannot change the triggering events or the environment tag. Only use if you can adapt it on your workflow!

Environment pattern

The environment tag should follow one of these patterns to match our convention:

  • v[0-9].[0-9].[0-9]
  • v[0-9].[0-9].[0-9]-uat.[0-9]

The Action uses github.ref_name to determine the tag name.

Usage

See action.yml for more info about the action.

- uses: gbh-tech/[email protected]

Examples

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: gbh-tech/[email protected]

Check semantic for releases is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Check if CURRENT_REF follows defined conventions
v0.1.2
Latest

Check semantic for releases is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.