semver-common 0.1.1

Common library to use for semantic release core and plugins.
Documentation
name: CI/CD Release

permissions:
  contents: write
  id-token: write

on:
  push:
    branches: [ "master" ]
  workflow_dispatch:

jobs:
  release:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4
        with: 
          fetch-depth: 0

      - name: Update Release
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        run: ./.release/semver_linux