Sha256: d5707f2b7a88d71a725d0f4349471aef1190c9cea8a54f95b1c93893240b24fe

Contents?: true

Size: 1.58 KB

Versions: 57

Compression:

Stored size: 1.58 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

      - name: Build and upload application documentation
        run: api-docs && coverage --docs-only
        env:
          WORKFLOW_DISPATCH_TOKEN: '${{ secrets.WORKFLOW_DISPATCH_TOKEN }}'
          GITHUB_TAG: 'v${{ github.event.inputs.VERSION }}'

Version data entries

57 entries across 57 versions & 11 rubygems

Version Path
countless-1.3.2 .github/workflows/release.yml
keyless-1.3.2 .github/workflows/release.yml
conversejs-3.6.2 .github/workflows/release.yml
billomat-1.2.2 .github/workflows/release.yml
jabber_admin-1.3.2 .github/workflows/release.yml
pricehubble-1.2.2 .github/workflows/release.yml
rimless-1.7.1 .github/workflows/release.yml
alarmable-1.2.1 .github/workflows/release.yml
factory_bot_instrumentation-1.2.1 .github/workflows/release.yml
grape-jwt-authentication-2.4.1 .github/workflows/release.yml
keyless-1.3.1 .github/workflows/release.yml
countless-1.3.1 .github/workflows/release.yml
conversejs-3.6.1 .github/workflows/release.yml
immoscout-1.6.1 .github/workflows/release.yml
billomat-1.2.1 .github/workflows/release.yml
jabber_admin-1.3.1 .github/workflows/release.yml
pricehubble-1.2.1 .github/workflows/release.yml