Skip to content

Commit

Permalink
cimas: update configurations
Browse files Browse the repository at this point in the history
request-checks: true
  • Loading branch information
CAMOBAP committed Jul 27, 2024
1 parent a94906a commit 8af92f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rake.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: rake

on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:
workflow_dispatch:

jobs:
rake:
uses: metanorma/ci/.github/workflows/graphviz-rake.yml@main
uses: lutaml/support/.github/workflows/rake.yml@main
secrets:
pat_token: ${{ secrets.LUTAML_CI_PAT_TOKEN }}
14 changes: 8 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# 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
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'
push:
tags: [ v* ]
repository_dispatch:
types: [ do-release ]


jobs:
release:
uses: metanorma/ci/.github/workflows/rubygems-release.yml@main
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 }}
pat_token: ${{ secrets.LUTAML_CI_PAT_TOKEN }}

0 comments on commit 8af92f1

Please sign in to comment.