Commit Graph

481 Commits

Author SHA1 Message Date
Brian Surowiec 0465cdad11 Support auto generating release notes (#179) 2021-11-07 17:06:35 -05:00
Jakub Kozłowski 69a9b03fd9 Fix typo in message (#168) 2021-10-25 20:57:46 -04:00
Dane Powell a80139913a Specify required permissions in README (#164) 2021-09-27 15:55:09 -04:00
softprops 6034af24fb bump version and add changelog notes v0.1.13 2021-09-13 21:46:37 -04:00
softprops 0b1e2e4582 rebuild 2021-09-13 21:42:39 -04:00
Doug Tangren a3f0173fb3 pick one body (#145) 2021-09-10 23:07:54 -04:00
softprops 2d72d869af bump version v0.1.12 2021-08-09 23:59:33 -04:00
Doug Tangren 730b76a669 make sure values not provided by users resolve to undefined (#144) 2021-08-09 23:57:43 -04:00
softprops 815e458579 bump version v0.1.11 2021-08-09 09:28:34 -04:00
Doug Tangren 6ecde844e8 better error on release create failure (#143) 2021-08-09 09:26:48 -04:00
softprops 487fcd9442 bump version v0.1.10 2021-08-08 12:15:54 -04:00
softprops 8b7a7c0162 stringify errors object 2021-08-08 12:12:34 -04:00
softprops 6c87482fb9 fix upload err fmt 2021-08-08 12:10:40 -04:00
softprops 2956b0de81 document input v0.1.9 2021-08-08 11:59:31 -04:00
softprops 0aec73c6d6 document discussion link input 2021-08-08 11:57:10 -04:00
softprops ce95482067 bump version + update changelog 2021-08-08 11:55:10 -04:00
Doug Tangren 2861dc8673 support linking to discussions (#136)
* support linking to discussions

* fmt

* wire param
2021-08-08 02:07:02 -04:00
softprops dd98a235fd update readme 2021-08-08 00:47:44 -04:00
softprops 4de103f838 update changelog v0.1.8 2021-08-08 00:31:19 -04:00
Doug Tangren 003621c2ca address asset upload warning (#134)
* bump version

* address asset upload warning

* refactor to new octokit api, work around release asset upload api

* format upload url

* unminify to debug

* try alt constructor

* utilize formatted upload url

* authorize upload

* pass token explicitly

* address conflicting uploads

* remove debugging artifacts
2021-08-08 00:28:01 -04:00
softprops 59c3b48916 add one more item to changelog 2021-07-30 18:43:29 -04:00
Doug Tangren 8779b820d9 backwards compat for GITHUB_TOKEN from env (#133)
* backwards compat for GITHUB_TOKEN from env

* update changelog
2021-07-30 18:41:53 -04:00
Tomer Figenblat d2a05f5e5a fix: trimming tag_name to avoid error 422 when creating release (#130) 2021-07-30 09:09:00 -04:00
softprops fb0163a75b update changelog and bump package.json version v0.1.7 2021-07-27 00:52:21 -04:00
noeliajimenezg 07c2133a09 Fix 'target_commitish' is already defined (#126) 2021-07-26 22:56:30 -04:00
Sergey S. Betke f5d13571ca Fix invalid ${{ github.workflow }} in readme.md (#127) 2021-07-26 12:59:56 -04:00
softprops 5e6fc64554 fix yaml table fmt 2021-07-25 20:20:53 -04:00
softprops fdb5f68261 fmt 2021-07-25 20:14:18 -04:00
softprops 2b68b29aae update changelog 2021-07-25 20:13:03 -04:00
softprops 6aeb2b7009 Merge branch 'alerque-default-token' 2021-07-25 20:11:43 -04:00
softprops b323b1872a update changelog 2021-07-25 20:06:54 -04:00
softprops 7fd0762403 update changelog 2021-07-25 20:06:29 -04:00
Filip Š f6cd293a1e Retain original release info if the keys are not set (#109) 2021-07-25 20:04:47 -04:00
Raz Halaly 350afcd40d Update github.ts (#111) 2021-07-25 20:04:10 -04:00
Thomas Piskol 7cf90a9adf Support custom target_commitish value (#76)
* Make target_commitish configurable

* Store compiled action for testing

* Add target_commitish to metadata

* Allow override of target_commitish for updating

* Print commit usage

* Improve message for commit usage

* Update draft releases too

* Revert "Update draft releases too"

This reverts commit ff30f8edb1.

* Integrate latest changes from upstream.
2021-07-25 20:02:44 -04:00
Oli Dacombe 51ef4d3b15 first promise rejection propagates to outer catch 2021-07-25 19:54:22 -04:00
softprops 2e6aa9a7f0 rebuild 2021-07-25 19:53:57 -04:00
softprops 12960c68c9 update changelog 2021-07-25 19:53:57 -04:00
Daiki Mizukami e314c6fe22 allow creating draft releases without a tag (#95)
Co-authored-by: Doug Tangren <d.tangren@gmail.com>
2021-07-25 19:53:57 -04:00
softprops 3973e5f15a update changelog 2021-07-25 19:53:57 -04:00
softprops cb6e676133 rebuild 2021-07-25 19:53:57 -04:00
Doug Tangren defeeb7d92 release prep for 0.1.6 (#120) 2021-07-25 19:53:56 -04:00
softprops 9f3b580ccc lint fix and build 2021-07-25 19:53:56 -04:00
Filip Š 59b9126341 Retain original release info if the keys are not set (#109) 2021-07-25 19:53:56 -04:00
Raz Halaly 04c14f526b Update github.ts (#111) 2021-07-25 19:53:56 -04:00
Thomas Piskol 2934fce629 Support custom target_commitish value (#76)
* Make target_commitish configurable

* Store compiled action for testing

* Add target_commitish to metadata

* Allow override of target_commitish for updating

* Print commit usage

* Improve message for commit usage

* Update draft releases too

* Revert "Update draft releases too"

This reverts commit ff30f8edb1.

* Integrate latest changes from upstream.
2021-07-25 19:53:53 -04:00
Loïc Albertin 674bcd2d67 Add release id to outputs (#60)
* Add release ID to outputs

* Update README
2021-07-25 19:51:58 -04:00
Maximilian Federle 6f63b4506e rebuild dist/index.js (#93)
Fixes #92
2021-07-25 19:51:18 -04:00
takmr 36fae76a5c use spaces instead tab (#87) 2021-07-25 19:51:15 -04:00
softprops 5eea929306 Merge branch 'zumalabs-handle-upload-errors' 2021-07-25 19:17:18 -04:00