Sha256: a79500776db36f6477ca55ac2fc191f44a890cdb5c13c7d07f8ec2ceb159e03b

Contents?: true

Size: 587 Bytes

Versions: 57

Compression:

Stored size: 587 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'
  push:
    tags: [ v* ]

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

Version data entries

57 entries across 57 versions & 3 rubygems

Version Path
plurimath-0.8.24 .github/workflows/release.yml
plurimath-0.8.23 .github/workflows/release.yml
mml-1.0.2 .github/workflows/release.yml
plurimath-0.8.22 .github/workflows/release.yml
plurimath-0.8.21 .github/workflows/release.yml
plurimath-0.8.20 .github/workflows/release.yml
mml-1.0.1 .github/workflows/release.yml
plurimath-0.8.19 .github/workflows/release.yml
plurimath-0.8.18 .github/workflows/release.yml
asciimath2unitsml-0.4.4 .github/workflows/release.yml
mml-1.0.0 .github/workflows/release.yml
mml-0.1.0 .github/workflows/release.yml
plurimath-0.8.17 .github/workflows/release.yml
plurimath-0.8.16 .github/workflows/release.yml
plurimath-0.8.15 .github/workflows/release.yml
plurimath-0.8.14 .github/workflows/release.yml
plurimath-0.8.13 .github/workflows/release.yml
plurimath-0.8.12 .github/workflows/release.yml
plurimath-0.8.11 .github/workflows/release.yml
plurimath-0.8.10 .github/workflows/release.yml