Sha256: ce002f336f3f3fe45914ae7e9cd43e2c49b47816cb3ecce4e1f1052f2850dabd

Contents?: true

Size: 766 Bytes

Versions: 36

Compression:

Stored size: 766 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).
          Also, you can pass 'skip' to skip 'git tag' and do 'gem push' for the current version
        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

36 entries across 36 versions & 7 rubygems

Version Path
metanorma-plugin-lutaml-0.7.16 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.15 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.14 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.13 .github/workflows/release.yml
niso-jats-0.1.1 .github/workflows/release.yml
reqif-0.1.0 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.12 .github/workflows/release.yml
suma-0.1.4 .github/workflows/release.yml
suma-0.1.3 .github/workflows/release.yml
stepmod-utils-0.6.6 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.11 .github/workflows/release.yml
stepmod-utils-0.6.5 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.10 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.9 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.8 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.7 .github/workflows/release.yml
modspec-0.1.1 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.6 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.5 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.4 .github/workflows/release.yml