Skip to content

Commit 8ad7dd9

Browse files
committed
feat: adapt release-image-generator migration
1 parent 3f8c5ec commit 8ad7dd9

File tree

1 file changed

+4
-63
lines changed

1 file changed

+4
-63
lines changed

repos.json

Lines changed: 4 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -3200,7 +3200,7 @@
32003200
"name": "trueberryless-org/release-image-generator",
32013201
"files": [
32023202
{
3203-
"path": "template-files/.changeset/DotNet.config.json",
3203+
"path": "template-files/.changeset/config.json",
32043204
"targetPath": ".changeset/config.json",
32053205
"props": {
32063206
"repositoryName": "release-image-generator"
@@ -3225,22 +3225,6 @@
32253225
"path": "template-files/.github/renovate.json",
32263226
"targetPath": ".github/renovate.json"
32273227
},
3228-
{
3229-
"path": "template-files/.github/renovate.json",
3230-
"targetPath": ".github/renovate.json5",
3231-
"special": "delete"
3232-
},
3233-
{
3234-
"path": "template-files/.github/workflows/DotNet.deployment.yaml",
3235-
"targetPath": ".github/workflows/deployment.yaml",
3236-
"props": {
3237-
"branchName": "main",
3238-
"repositoryName": "release-image-generator",
3239-
"projectFolder": "app",
3240-
"packageSuffix": "",
3241-
"makeLatest": "true"
3242-
}
3243-
},
32443228
{
32453229
"path": "template-files/.github/workflows/format.yaml",
32463230
"targetPath": ".github/workflows/format.yaml",
@@ -3260,7 +3244,7 @@
32603244
}
32613245
},
32623246
{
3263-
"path": "template-files/.gitignore/DotNet.gitignore",
3247+
"path": "template-files/.gitignore/Node.gitignore",
32643248
"targetPath": ".gitignore"
32653249
},
32663250
{
@@ -3272,13 +3256,9 @@
32723256
"path": "template-files/.prettierrc/.prettierrc",
32733257
"targetPath": ".prettierrc"
32743258
},
3275-
{
3276-
"path": "template-files/.dockerignore",
3277-
"targetPath": "app/.dockerignore"
3278-
},
32793259
{
32803260
"path": "template-files/package.json/package.manager.package.json",
3281-
"targetPath": "app/package.json",
3261+
"targetPath": "package.json",
32823262
"special": "package.json"
32833263
},
32843264
{
@@ -3288,45 +3268,6 @@
32883268
"year": "2025"
32893269
}
32903270
},
3291-
{
3292-
"path": "template-files/manifest/certificate.yaml",
3293-
"targetPath": "manifest/certificate.yaml",
3294-
"props": {
3295-
"repositoryName": "release-image-generator",
3296-
"subdomainName": "release-image-generator"
3297-
}
3298-
},
3299-
{
3300-
"path": "template-files/manifest/deployment.yaml",
3301-
"targetPath": "manifest/deployment.yaml",
3302-
"special": "manifest",
3303-
"props": {
3304-
"repositoryName": "release-image-generator"
3305-
}
3306-
},
3307-
{
3308-
"path": "template-files/manifest/ingress.yaml",
3309-
"targetPath": "manifest/ingress.yaml",
3310-
"props": {
3311-
"repositoryName": "release-image-generator",
3312-
"subdomainName": "release-image-generator"
3313-
}
3314-
},
3315-
{
3316-
"path": "template-files/manifest/namespace.yaml",
3317-
"targetPath": "manifest/namespace.yaml",
3318-
"props": {
3319-
"repositoryName": "release-image-generator"
3320-
}
3321-
},
3322-
{
3323-
"path": "template-files/manifest/service.yaml",
3324-
"targetPath": "manifest/service.yaml",
3325-
"special": "manifest",
3326-
"props": {
3327-
"repositoryName": "release-image-generator"
3328-
}
3329-
},
33303271
{
33313272
"path": "template-files/package.json/changeset.package.json",
33323273
"targetPath": "package.json",
@@ -3347,7 +3288,7 @@
33473288
"targetPath": "package.json",
33483289
"special": "package.json",
33493290
"props": {
3350-
"packageName": "release-image-generator-monorepo",
3291+
"packageName": "release-image-generator",
33513292
"repositoryName": "release-image-generator"
33523293
}
33533294
},

0 commit comments

Comments
 (0)