We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e794f03 + 29d40d5 commit ae0b4f4Copy full SHA for ae0b4f4
.github/workflows/dobby-actions.yml
@@ -28,3 +28,4 @@ jobs:
28
DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
29
DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}
30
VERSION_FILE_PATH: ./lib/rulezilla/version.rb
31
+ OTHER_VERSION_FILE_PATHS: catalog-info.yaml
catalog-info.yaml
@@ -4,7 +4,8 @@ metadata:
4
name: rulezilla
5
description: Rule DSL
6
annotations:
7
- backstage.io/techdocs-ref: dir:.
+ rubygems.org/name: rulezilla
8
+ rubygems.org/current-version: '0.4.16'
9
spec:
10
type: library
11
lifecycle: production
lib/rulezilla/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Rulezilla
- VERSION = '0.4.15'
+ VERSION = '0.4.16'
end
0 commit comments