Sha256: 0e64cf732c966c33b1cda1da979d86e3423439c47ec48d3475d8f5b5693e95dd

Contents?: true

Size: 666 Bytes

Versions: 8

Compression:

Stored size: 666 Bytes

Contents

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: release

on:
  workflow_dispatch:
    inputs:
      next_version:
        description: |
          Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
        required: true
        default: 'skip'
  repository_dispatch:
    types: [ do-release ]

jobs:
  release:
    uses: metanorma/ci/.github/workflows/rubygems-release.yml@main
    with:
      next_version: ${{ github.event.inputs.next_version }}
    secrets:
      rubygems-api-key: ${{ secrets.METANORMA_CI_RUBYGEMS_API_KEY }}
      pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
sts-0.3.3 .github/workflows/release.yml
sts-0.3.2 .github/workflows/release.yml
lutaml-model-0.1.0 .github/workflows/release.yml
poepod-0.1.3 .github/workflows/release.yml
poepod-0.1.2 .github/workflows/release.yml
poepod-0.1.1 .github/workflows/release.yml
poepod-0.1.0 .github/workflows/release.yml
capsium-0.1.2 .github/workflows/release.yml