1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Jeff Ching
2a496d1db5 fix: log release-please version (#910)
Fixes #325
2023-12-18 15:33:09 -08:00
Jeff Ching
650da25b9c cleanup: use built-in release-please types (#900)
In 16.4.0, we correctly export CreateRelease and PullRequest which are
types returned by Manifest.
2023-12-07 10:55:16 -08:00
Jeff Ching
19431a1126 fix: restore include-component-in-tag default (false) (#888)
v3 had this option and must be configurable or at least set to `false`
so that the default behavior is to create a plain `v1.2.3` tag (without
the component name prefixed).

Found this while dogfooding our own usage of the action (in this repo).
2023-12-01 11:37:56 -08:00
Jeff Ching
546de4e1ec build: actually run main() in index.ts (#882)
When converting to typescript we didn't call the main() method if
index.ts/js is invoked directly.
2023-11-30 12:33:12 -08:00
Jeff Ching
9cf05a09b1 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
2023-11-29 13:09:28 -08:00