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

38 Commits

Author SHA1 Message Date
Jeff Ching
de60c24be6 build: the include-component-in-tag should default to false (#889)
The default should be to create plain tags like `v1.2.3`

Signed-off-by: Jeff Ching <chingor@google.com>
2023-12-01 11:47:52 -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
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
Philippe Laflamme
9963ea2aa8 feat: add pull-request-header input (#615)
Co-authored-by: Jeff Ching <chingor@google.com>
2022-12-08 08:45:33 -08:00
Julian Li
714f07f3ae feat: support proxy configuration (#621)
support proxy configuration
2022-11-08 18:03:38 -08:00
Jeff Ching
cb585102ef feat: run action on node16 (#608) 2022-09-08 14:15:08 -07:00
NoUnique
59912b3686 fix: read changelog-host url from action context (#587)
fix default changlog-host to github context property
2022-08-24 08:48:16 -07:00
Jeff Ching
227b80e462 chore: restore monorepo-tags default (#585)
Signed-off-by: Jeff Ching <chingor@google.com>

Signed-off-by: Jeff Ching <chingor@google.com>
2022-08-23 10:29:04 -04:00
Jeff Ching
608c16ba34 fix: stop providing default values in action.yml (#573)
* fix: stop providing default values in action.yml

* fix: optional boolean parsing
2022-08-22 16:53:14 +00:00
Chao Yang Wu
922ac8b6db feat: read github api/graphql url from action context (#532)
* feat: read github api/graphql url from action context

* fix tests

Co-authored-by: Jeff Ching <chingor@google.com>
2022-08-10 11:13:16 -07:00
Andrew Sweet
44827541d2 feat: provide inputs for releaser and manifest options in release-please 13.15 (#474)
* Synchronised action inputs with ReleaserConfig and ManifestOptions from release-please 13.15.0

* fix conflict from merge

* fix merge issue

* fix merge issue

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
Co-authored-by: Jeff Ching <chingor@google.com>
2022-08-10 11:08:25 -07:00
Jeffrey Rennie
1a4217fc5a feat: add a changelog-host parameter to action.yml (#550)
* Add a changelog-host parameter to action.yml.

Fixes https://github.com/google-github-actions/release-please-action/issues/525

* fix default changelog-host

Co-authored-by: Jeff Ching <chingor@google.com>
Signed-off-by: Jeffrey Rennie <rennie@google.com>

Signed-off-by: Jeffrey Rennie <rennie@google.com>
Co-authored-by: Jeff Ching <chingor@google.com>
2022-08-10 09:32:13 -07:00
Jonathan Cornaz
a487a5bdc8 feat: add extra-files input (#410) 2022-01-17 13:58:55 -05:00
Benjamin E. Coe
52ffbbe392 feat(release-please)!: consolidate manifest and individual releasers (#398)
Major update to release-please which consolidates the manifest and single
releaser behavior into a single set of strategies, which can be used
on both split and mono-repos.

feat: adds support for draft pull requests.
feat: adds support for draft releases.
refactor!: if switching to manifest releaser, release_created will only be set if "." path is published.
refactor!: switch to using @actions/core getBooleanInput, accepted values for true = ["true", "True", "TRUE"], accepted values for false = ["false", "False", "FALSE"]
2021-12-29 19:54:42 +00:00
Neo Hsu
720c5f8f53 feat(input): add github GraphQL URL configuration for input (#385) 2021-10-14 14:34:54 -07:00
Neo Hsu
a0cd0f5123 feat: allow repo url to be set as argument to GitHub action (#380) 2021-10-04 08:40:03 -07:00
Neo Hsu
c7c114719a fix(input): miss inputs config for action.yml (#376) 2021-09-24 10:05:05 -07:00
Benjamin E. Coe
76774804a8 feat(release-please): add signoff options to sign off commits (#374) 2021-09-23 15:19:02 -07:00
Ilya Lesikov
435e216fbe feat: add bump-patch-for-minor-pre-major option (#365) 2021-09-23 14:02:28 -07:00
Rabyâ Raghib
f19ddf2fe6 fix: Unexpected input(s) warning for inputs: config-file & manifest-file (#356)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2021-09-09 15:06:10 -07:00
yi_Xu
d447fdb632 feat: add pull-request-title-pattern option (#259) 2021-03-03 10:20:34 -08:00
Benjamin E. Coe
df8698c999 fix(config): packageName is optional (#239) 2021-02-17 21:33:02 -08:00
yi_Xu
c23605fcb2 fix: get the correct boolean value of the input (#233) 2021-02-17 11:56:51 -08:00
yi_Xu
eea7db7fda feat(release-please): add default token input option (#212) 2021-02-16 11:03:11 -08:00
Ivan Santos
4845e49098 feat(release-please): add default branch input option (#202) 2021-01-30 18:29:14 -08:00
Benjamin E. Coe
10d7619943 feat: allow changelogPath to be specified (#153) 2020-12-09 18:13:01 -08:00
Benjamin E. Coe
c0f7d24cd0 feat: add additional outputs (#106)
Opening a release PR now outputs a release #. Creating a GitHub release outputs
SemVer major/minor/patch values
2020-11-25 12:34:05 -08:00
bcoe
2c8a2fea4c chore: update author 2020-11-09 14:50:45 -08:00
bcoe
83e1002993 chore: unique name 2020-11-09 14:49:12 -08:00
Benjamin E. Coe
6461ef3326 feat(deps): upgrade to release-please 6.7.0 (#95) 2020-11-08 15:29:34 -08:00
Benjamin E. Coe
6c289af7b6 fix(ruby): properly support ruby release process (#92) 2020-10-29 12:45:48 -07:00
Benjamin E. Coe
37d423feba feat: allow github-release/release-pr to be run separately (#70) 2020-09-17 14:00:34 -07:00
Benjamin E. Coe
e7d31db926 feat(release-please): now supports large files; introduces fork option (#67) 2020-09-17 12:06:02 -07:00
Lucas Holmquist
2ca6d30396 feat: Add a changelog section type (#64) 2020-09-10 11:13:49 -07:00
Benjamin E. Coe
41fbc62bb1 fix: add missing path and monorepo-tags options (#52) 2020-07-27 17:28:52 -07:00
Corey Farrell
788c495e26 feat: Add bump-minor-pre-major option (#9) 2020-05-18 09:27:44 -07:00
Benjamin E. Coe
e72afe059a feat: handle creating releases (#3) 2020-05-09 15:36:40 -07:00
bcoe
196390b866 feat!: initial implementation of logic for running release please 2020-05-09 14:55:31 -07:00