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.3 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.2 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.1 .github/workflows/release.yml
metanorma-plugin-lutaml-0.7.0 .github/workflows/release.yml
suma-0.1.2 .github/workflows/release.yml
suma-0.1.1 .github/workflows/release.yml
metanorma-plugin-lutaml-0.6.6 .github/workflows/release.yml
stepmod-utils-0.6.3 .github/workflows/release.yml
reverse_adoc-1.0.1 .github/workflows/release.yml
reverse_adoc-1.0.0 .github/workflows/release.yml
stepmod-utils-0.6.2 .github/workflows/release.yml
metanorma-plugin-lutaml-0.6.0 .github/workflows/release.yml
stepmod-utils-0.6.1 .github/workflows/release.yml
stepmod-utils-0.6.0 .github/workflows/release.yml
stepmod-utils-0.5.0 .github/workflows/release.yml
modspec-0.1.0 .github/workflows/release.yml