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

49 Commits

Author SHA1 Message Date
Neo Hsu
906f9156f8 fix(config): add apiUrl config on Github release command (#379)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2021-10-04 08:44:57 -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
435e216fbe feat: add bump-patch-for-minor-pre-major option (#365) 2021-09-23 14:02:28 -07:00
Benjamin E. Coe
670afac8ab feat: output list of paths released during manifest release (#362) 2021-09-12 17:52:27 -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
Blaine Bublitz
5f94ededed feat: add release_created per path in manifest PR (#310) 2021-06-25 14:54:33 -07:00
Benjamin E. Coe
d234c634c2 fix(manifest): if "." is used it should have same outputs as node (#319) 2021-06-20 16:25:41 -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
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
Ivan Santos
cede8e4837 fix(release-please): uses factory from latest version (#222) 2021-02-14 19:42:33 -08:00
Ivan Santos
efd1c77e85 fix(release-please): update github-release call to new function (#217)
This PR fixes the wrong call to createRelease now named as run.

Tests are also updated.
2021-02-13 20:16:30 -08:00
Ivan Santos
484099d969 feat(release-please): use latest release please version (#210) 2021-02-12 14:55:35 -08:00
Ivan Santos
534536c1c2 feat(release-please): add default branch input option for github release (#206) 2021-02-05 11:17:28 -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
5c5271ce75 fix(go): pass release-type (#160) 2020-12-10 06:55:58 -08:00
Benjamin E. Coe
10d7619943 feat: allow changelogPath to be specified (#153) 2020-12-09 18:13:01 -08:00
Benjamin E. Coe
b0faf1dd7d fix: do not set PR output, if no PR opened (#129) 2020-12-07 08:37:47 -08:00
Benjamin E. Coe
5469575329 feat(deps): latest version of release-please (#122) 2020-12-01 15:35:09 -08:00
bcoe
369a402914 chore: fix linting 2020-11-25 13:24:54 -08:00
bcoe
fc5b3e5c11 fix: parse false value for clean 2020-11-25 13:23:36 -08:00
bcoe
2e310dc0e0 chore: ran linter 2020-11-25 13:03:13 -08:00
Benjamin E. Coe
69af5fc7d9 feat: pass monorepoTags and packageName when creating GitHub release (#112) 2020-11-25 13:01:34 -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
Benjamin E. Coe
fe20625bea test: add tests and configure CI/CD (#104) 2020-11-25 11:10:46 -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
4b61e6458f build: debug bad build 2020-10-08 13:51:29 -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
bcoe
31e1a25ccf fix: default changelog sections to undefined 2020-09-17 12:54:13 -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
bcoe
c50871331b chore(lint): address linting 2020-09-10 11:27:42 -07:00
Lucas Holmquist
2ca6d30396 feat: Add a changelog section type (#64) 2020-09-10 11:13:49 -07:00
bcoe
37d774119e fix: path was sometimes empty string 2020-08-02 15:55:26 -07:00
Benjamin E. Coe
21233d3c9f fix: falsy path should be passed as undefined (#54) 2020-08-02 15:45:04 -07:00
Benjamin E. Coe
6fc9b14e82 feat: adds support for releases from alternate paths (#50)
Refs: https://github.com/googleapis/release-please/pull/501
2020-07-27 16:52:53 -07:00
Benjamin E. Coe
367f112c21 feat(release-please): auth gets; stop skipping all ci/cd (#45)
* feat(release-please): auth gets; stop skipping all ci/cd

* chore: test a new release
2020-07-23 13:51:34 -07:00
mmarchini
90469b02b4 feat: output tag name and upload url (#43)
The tag name is useful to interact with the release on following steps,
and the upload url is useful to upload assets to the release.

Fix: https://github.com/GoogleCloudPlatform/release-please-action/issues/8
Fix: https://github.com/GoogleCloudPlatform/release-please-action/issues/41
2020-07-23 11:12:52 -07:00
bcoe
687255987d fix: use the static build helper 2020-05-20 21:17:14 -07:00
Benjamin E. Coe
b80ca61e26 feat: output whether or not a release was created (#24) 2020-05-20 21:13:10 -07:00
Corey Farrell
788c495e26 feat: Add bump-minor-pre-major option (#9) 2020-05-18 09:27:44 -07:00
bcoe
3ad91fa6cb fix: pass token to create release 2020-05-09 15:42:28 -07:00
Benjamin E. Coe
e72afe059a feat: handle creating releases (#3) 2020-05-09 15:36:40 -07:00
bcoe
9ae523dc91 chore: fiddling with configuration 2020-05-09 15:05:14 -07:00
bcoe
196390b866 feat!: initial implementation of logic for running release please 2020-05-09 14:55:31 -07:00