@backstage/plugin-scaffolder-backend-module-rails 0.4.7-next.2 → 0.4.7-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/README.md +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-rails
|
|
2
2
|
|
|
3
|
+
## 0.4.7-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 935b66a646: Change step output template examples to use square bracket syntax.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-scaffolder-backend@1.9.0-next.3
|
|
10
|
+
- @backstage/backend-common@0.17.0-next.3
|
|
11
|
+
- @backstage/config@1.0.5-next.1
|
|
12
|
+
- @backstage/errors@1.1.4-next.1
|
|
13
|
+
- @backstage/integration@1.4.1-next.1
|
|
14
|
+
- @backstage/types@1.0.2-next.1
|
|
15
|
+
|
|
3
16
|
## 0.4.7-next.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -206,7 +206,7 @@ spec:
|
|
|
206
206
|
name: Register
|
|
207
207
|
action: catalog:register
|
|
208
208
|
input:
|
|
209
|
-
repoContentsUrl: ${{ steps
|
|
209
|
+
repoContentsUrl: ${{ steps['publish'].output.repoContentsUrl }}
|
|
210
210
|
catalogInfoPath: '/catalog-info.yaml'
|
|
211
211
|
|
|
212
212
|
- name: Results
|
|
@@ -218,10 +218,10 @@ spec:
|
|
|
218
218
|
output:
|
|
219
219
|
links:
|
|
220
220
|
- title: Repository
|
|
221
|
-
url: ${{ steps
|
|
221
|
+
url: ${{ steps['publish'].output.remoteUrl }}
|
|
222
222
|
- title: Open in catalog
|
|
223
223
|
icon: catalog
|
|
224
|
-
entityRef: ${{ steps
|
|
224
|
+
entityRef: ${{ steps['register'].output.entityRef }}
|
|
225
225
|
```
|
|
226
226
|
|
|
227
227
|
### What you need to run that action
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-rails",
|
|
3
3
|
"description": "A module for the scaffolder backend that lets you template projects using Rails",
|
|
4
|
-
"version": "0.4.7-next.
|
|
4
|
+
"version": "0.4.7-next.3",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"clean": "backstage-cli package clean"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@backstage/backend-common": "^0.17.0-next.
|
|
26
|
+
"@backstage/backend-common": "^0.17.0-next.3",
|
|
27
27
|
"@backstage/config": "^1.0.5-next.1",
|
|
28
28
|
"@backstage/errors": "^1.1.4-next.1",
|
|
29
29
|
"@backstage/integration": "^1.4.1-next.1",
|
|
30
|
-
"@backstage/plugin-scaffolder-backend": "^1.9.0-next.
|
|
30
|
+
"@backstage/plugin-scaffolder-backend": "^1.9.0-next.3",
|
|
31
31
|
"@backstage/types": "^1.0.2-next.1",
|
|
32
32
|
"command-exists": "^1.2.9",
|
|
33
33
|
"fs-extra": "^10.0.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@backstage/cli": "^0.
|
|
36
|
+
"@backstage/cli": "^0.22.0-next.4",
|
|
37
37
|
"@types/command-exists": "^1.2.0",
|
|
38
38
|
"@types/fs-extra": "^9.0.1",
|
|
39
39
|
"@types/mock-fs": "^4.13.0",
|