1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 22:31:31 +02:00

feat!: v4 release (#871)

Any advanced configuration should be done via a
release-please-config.json.

Fixes #859
Fixes #858
Fixes #857
Fixes #852

feat!: remove most configuration options in favor of manifest
configuration to configure the release-please-action
refactor!: rewrite in typescript
feat!: remove command option in favor of setting `release-type` and
`skip-github-release`/`skip-github-pull-request`
feat!: run on node20
deps!: upgrade release-please to v16
This commit is contained in:
Jeff Ching
2023-11-29 13:09:28 -08:00
committed by GitHub
parent 1ddb669c67
commit 9cf05a09b1
15 changed files with 4319 additions and 3083 deletions

497
dist/index.js vendored

File diff suppressed because one or more lines are too long

1
dist/src/index.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export declare function main(): Promise<void>;