|
3200 | 3200 | "name": "trueberryless-org/release-image-generator", |
3201 | 3201 | "files": [ |
3202 | 3202 | { |
3203 | | - "path": "template-files/.changeset/DotNet.config.json", |
| 3203 | + "path": "template-files/.changeset/config.json", |
3204 | 3204 | "targetPath": ".changeset/config.json", |
3205 | 3205 | "props": { |
3206 | 3206 | "repositoryName": "release-image-generator" |
|
3225 | 3225 | "path": "template-files/.github/renovate.json", |
3226 | 3226 | "targetPath": ".github/renovate.json" |
3227 | 3227 | }, |
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 | | - }, |
3244 | 3228 | { |
3245 | 3229 | "path": "template-files/.github/workflows/format.yaml", |
3246 | 3230 | "targetPath": ".github/workflows/format.yaml", |
|
3260 | 3244 | } |
3261 | 3245 | }, |
3262 | 3246 | { |
3263 | | - "path": "template-files/.gitignore/DotNet.gitignore", |
| 3247 | + "path": "template-files/.gitignore/Node.gitignore", |
3264 | 3248 | "targetPath": ".gitignore" |
3265 | 3249 | }, |
3266 | 3250 | { |
|
3272 | 3256 | "path": "template-files/.prettierrc/.prettierrc", |
3273 | 3257 | "targetPath": ".prettierrc" |
3274 | 3258 | }, |
3275 | | - { |
3276 | | - "path": "template-files/.dockerignore", |
3277 | | - "targetPath": "app/.dockerignore" |
3278 | | - }, |
3279 | 3259 | { |
3280 | 3260 | "path": "template-files/package.json/package.manager.package.json", |
3281 | | - "targetPath": "app/package.json", |
| 3261 | + "targetPath": "package.json", |
3282 | 3262 | "special": "package.json" |
3283 | 3263 | }, |
3284 | 3264 | { |
|
3288 | 3268 | "year": "2025" |
3289 | 3269 | } |
3290 | 3270 | }, |
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 | | - }, |
3330 | 3271 | { |
3331 | 3272 | "path": "template-files/package.json/changeset.package.json", |
3332 | 3273 | "targetPath": "package.json", |
|
3347 | 3288 | "targetPath": "package.json", |
3348 | 3289 | "special": "package.json", |
3349 | 3290 | "props": { |
3350 | | - "packageName": "release-image-generator-monorepo", |
| 3291 | + "packageName": "release-image-generator", |
3351 | 3292 | "repositoryName": "release-image-generator" |
3352 | 3293 | } |
3353 | 3294 | }, |
|
0 commit comments