Jeff Ching
2e2f852b70
fix: coerce v13 release object to expected action output keys ( #437 )
2022-02-19 09:54:13 -05:00
Benjamin E. Coe
ad9cdb78a6
fix(release-please): upgrade release-please dep ( #422 )
...
Upgrade release-please dep, address issue with manifest configuration
maintaining state between tagging releases and creating release PRs.
2022-01-22 13:32:50 -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
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
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
038a2f320b
fix(release-please): setup.py retains formatting ( #246 )
2021-02-19 17:55:48 -08:00
yi_Xu
c23605fcb2
fix: get the correct boolean value of the input ( #233 )
2021-02-17 11:56:51 -08:00
Benjamin E. Coe
70bba9e674
test: smoke test for factory returning instances ( #224 )
2021-02-14 20:04:48 -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
b0faf1dd7d
fix: do not set PR output, if no PR opened ( #129 )
2020-12-07 08:37:47 -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