Sha256: b1c3e95f1c985915b44c683953df6b1424f019040e0ad2c032a82c4aae072a14

Contents?: true

Size: 1.33 KB

Versions: 12

Compression:

Stored size: 1.33 KB

Contents

name: Release
run-name: Release ${{ github.event.inputs.VERSION }}

on:
  workflow_dispatch:
    inputs:
      VERSION:
        description: The new version to release. (eg. `1.0.0`) Check the
          changelog for the latest version.

concurrency:
  group: '${{ github.event.inputs.VERSION }}'
  cancel-in-progress: true

jobs:
  docs:
    name: Release the gem
    runs-on: ubuntu-22.04
    timeout-minutes: 5
    steps:
      - uses: actions/checkout@v4

      - name: Install Ruby 2.7
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 2.7
          bundler-cache: true
          rubygems: '3.4.22'

      - name: Prepare the virtual environment
        uses: hausgold/actions/ci@master
        with:
          clone_token: '${{ secrets.CLONE_TOKEN }}'
          settings_secret_key: '${{ secrets.SETTINGS_SECRET_KEY }}'
          settings: '${{ github.repository }}'
          target: ci/gem-test

      - name: Switch to SSH remotes for the Git repository
        run: git-ssh-remotes

      - name: Enforce version '${{ github.event.inputs.VERSION }}'
        run: set-gem-version '${{ github.event.inputs.VERSION }}'

      - name: Prepare the Git release commit
        run: git-release-commit '${{ github.event.inputs.VERSION }}'

      - name: Push the release Git commit/tag and package to the registry
        run: make release

Version data entries

12 entries across 12 versions & 11 rubygems

Version Path
pricehubble-1.2.0 .github/workflows/release.yml
rimless-1.7.0 .github/workflows/release.yml
countless-1.3.0 .github/workflows/release.yml
jabber_admin-1.3.0 .github/workflows/release.yml
billomat-1.2.0 .github/workflows/release.yml
grape-jwt-authentication-2.4.0 .github/workflows/release.yml
factory_bot_instrumentation-1.2.0 .github/workflows/release.yml
immoscout-1.6.0 .github/workflows/release.yml
keyless-1.3.0 .github/workflows/release.yml
alarmable-1.2.0 .github/workflows/release.yml
conversejs-3.6.0 .github/workflows/release.yml
rimless-1.6.0 .github/workflows/release.yml