1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 16:41:15 +02:00
Commit Graph

73 Commits

Author SHA1 Message Date
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
Moritz Wiesinger
7a173c3827 docs: Fix typo in action outputs (#626)
### This PR
- fixes a typo in the action outputs in README.md
- the code
[here](https://github.com/google-github-actions/release-please-action/blob/main/index.js#L214)
shows that the output variable is actually called `releases_created`
instead of `release_created`

Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Co-authored-by: Jeff Ching <chingor@google.com>
2022-12-08 08:43:33 -08:00
Julian Li
714f07f3ae feat: support proxy configuration (#621)
support proxy configuration
2022-11-08 18:03:38 -08:00
Jeff Ching
173ff2ae09 docs: add documentation about caveats of using GITHUB_TOKEN (#557)
* docs: add documentation about caveats of using `GITHUB_TOKEN`

Signed-off-by: Jeff Ching <chingor@google.com>

* fix typo

Signed-off-by: Jeff Ching <chingor@google.com>

Signed-off-by: Jeff Ching <chingor@google.com>
2022-08-16 16:25:47 +00: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
tasshi / Masaharu TASHIRO
748eaa1a57 docs: add description for outputs.pr (#520)
* docs: fix description of `outputs.pr`

* docs: add `outputs.prs` to README.md

Co-authored-by: Jeff Ching <chingor@google.com>
2022-07-18 22:40:36 +00:00
Jonathan Netley
b2dd1ed06a docs(readme): command explanation (#434) 2022-04-20 13:34:11 -04:00
Matan Kushner
1511242f61 feat(deps): update release-please to 13.10.0 (#461)
* feat(deps): update release-please to 13.10.0

* Fix formatting and sort language list

* Add Java and Maven
2022-04-12 15:14:50 -07:00
Randy Merrill
e997222369 docs: Add manifest output information for referencing package output. (#433)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2022-02-19 10:01:40 -05:00
Benjamin E. Coe
508179af9c docs: update references to google-github-actions (#423)
Fixes #421
2022-01-22 13:32:29 -05:00
Jonathan Cornaz
a487a5bdc8 feat: add extra-files input (#410) 2022-01-17 13:58:55 -05:00
Chao Yang Wu
049ff0419c docs: update python strategy update files in README.md (#415) 2022-01-12 18:36:58 -05:00
Jonathan Cornaz
c4b280eef1 docs(readme): Update defaults format to use booleans (true/false) (#408)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2022-01-12 18:35:25 -05:00
Jef LeCompte
21cef46842 docs: update hyperlink (#411) 2022-01-12 18:32:40 -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
Benjamin E. Coe
76774804a8 feat(release-please): add signoff options to sign off commits (#374) 2021-09-23 15:19:02 -07:00
Neo Hsu
fd7f2fff26 feat(input): add github API URL configuration for input (#368) 2021-09-23 14:37:49 -07:00
Ilya Lesikov
9cd2fa859d docs: add go release type (#367)
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
2021-09-23 14:21:08 -07:00
Ilya Lesikov
435e216fbe feat: add bump-patch-for-minor-pre-major option (#365) 2021-09-23 14:02:28 -07:00
Philipp Piwo
59f4915177 feat: adds elixir support (#354)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2021-09-09 14:56:33 -07:00
Artem Pakhomov
a5169255f2 docs: add php release-type (#351) 2021-09-08 09:53:39 -07:00
Benjamin E. Coe
3e6dc1e3aa fix: support alternate CHANGELOG.md path (#329)
Refs: https://github.com/googleapis/release-please/issues/924
2021-07-28 14:48:40 -07:00
Jacob Magnusson
68dda92155 docs: fix wording - minor not patch (#324) 2021-07-01 09:39:26 -07:00
Benjamin E. Coe
f48a175f37 feat(manifest): add manifest-pr command (#280) 2021-03-24 22:48:32 -07:00
Joel Dodge
45c32ccd24 feat: manifest based releaser https://git.io/JmVD4 (#273) 2021-03-24 14:59:21 -07:00
yi_Xu
d447fdb632 feat: add pull-request-title-pattern option (#259) 2021-03-03 10:20:34 -08:00
Jeff Ching
205f648a65 docs: document configuring multiple release branches (#245) 2021-03-01 17:46:27 -08:00
Abhinav Khanna
6dc3f3dcd9 doc: added helm info (#235)
Added Helm info

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2021-02-17 11:59:15 -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
c1aca05241 feat(release-please): add support for ocaml (#189)
Refs: https://github.com/googleapis/release-please/pull/697
2021-01-11 20:33:54 -08:00
XhmikosR
e36346079c fix: README.md typos (#186)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2021-01-11 17:28:10 -08:00
x1ah
d5b0c3523e fix: fix readme typo (#125)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2020-12-03 15:53:37 -08:00
Benjamin E. Coe
5469575329 feat(deps): latest version of release-please (#122) 2020-12-01 15:35:09 -08:00
Benjamin E. Coe
a546b365e3 docs: document major/minor tagging (#121) 2020-11-30 07:40:03 -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
Bharath KKB
40aba5e116 feat(deps): upgrade to release-please 6.9.0 (#100) 2020-11-19 07:20:15 -08:00
Jeff Wenzbauer
033213f516 docs: adding missing colon (#99) 2020-11-17 10:46:06 -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
c6f1cd680f fix(release-please): fallback to tag (#89) 2020-10-14 18:14:14 -07:00
bcoe
0ab3b3257c fix(docs): document functional version of release-please 2020-10-09 17:52:38 -07:00
Benjamin E. Coe
b632af4101 fix(docs): indicate correct version (#84) 2020-10-08 18:25:02 -07:00
bcoe
646de90a87 fix(build): use new release strategy 2020-10-08 14:08:21 -07:00
Benjamin E. Coe
14b9b0f74a feat(deps): release-please with support for alternate release branches (#79) 2020-10-08 13:38:03 -07:00
bcoe
60ae28e4b2 fix(build): document working version of release-please 2020-09-17 14:04:53 -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