Sha256: 0ae68c23f76ec98a73a13956ceb9ac05cee99ee5ce51494c4c82f41e01b300d3
Contents?: true
Size: 701 Bytes
Versions: 4
Compression:
Stored size: 701 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: lutaml/support/.github/workflows/release.yml@main with: next_version: ${{ github.event.inputs.next_version }} secrets: rubygems-api-key: ${{ secrets.LUTAML_CI_RUBYGEMS_API_KEY }}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ogc-gml-1.0.3 | .github/workflows/release.yml |
ogc-gml-1.0.2 | .github/workflows/release.yml |
ogc-gml-1.0.1 | .github/workflows/release.yml |
ogc-gml-1.0.0 | .github/workflows/release.yml |