Skip to content

Commit ae0b4f4

Browse files
authored
Merge pull request #55 from simplybusiness/update-backstage-meta
Add RubyGems metadata to catalog-info.yaml
2 parents e794f03 + 29d40d5 commit ae0b4f4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/dobby-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
2929
DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}
3030
VERSION_FILE_PATH: ./lib/rulezilla/version.rb
31+
OTHER_VERSION_FILE_PATHS: catalog-info.yaml

catalog-info.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ metadata:
44
name: rulezilla
55
description: Rule DSL
66
annotations:
7-
backstage.io/techdocs-ref: dir:.
7+
rubygems.org/name: rulezilla
8+
rubygems.org/current-version: '0.4.16'
89
spec:
910
type: library
1011
lifecycle: production

lib/rulezilla/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Rulezilla
4-
VERSION = '0.4.15'
4+
VERSION = '0.4.16'
55
end

0 commit comments

Comments
 (0)