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