Jason Pickens
581b12c87f
chore: simplify ref_type test ( #598 )
2025-04-10 10:56:56 -04:00
Alex Eagle
39a5683760
fix(docs): clarify the default for tag_name ( #544 )
...
The logic here:
01570a1f39/src/github.ts (L217)
transforms `github.ref` in such a way that it matches `github.ref_name` instead.
Per [docs](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#github-context ):
> github.ref_name string The short ref name of the branch or tag that triggered the workflow run. This value matches the branch or tag name shown on GitHub. For example, feature-branch-1.
Note, I could imagine a PR that changes the TypeScript code to use that variable instead, but I'm trying to be conservative here. Perhaps some users are on-prem GitHub Enterprise and that variable doesn't exist.
2024-11-30 20:10:39 -05:00
Richard Davison
d5f028c822
feature: preserve upload order ( #500 )
...
* Preserve upload order
* Update README.md
* Fix typings and add a test
* fmt code
Signed-off-by: Rui Chen <rui@chenrui.dev>
---------
Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: Richard Davison <ridaviso@amazon.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
2024-11-11 15:14:02 -05:00
Rui Chen
48b853e7ea
docs: add toc
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2024-07-17 15:52:35 -04:00
Jan van Brügge
08d85b1534
docs: document that existing releases are updated ( #474 )
2024-07-16 18:08:58 -04:00
Lucas
9b795e5782
Update README.md ( #432 )
...
Fix deprecated env mention in External Release Notes
2024-04-07 13:11:38 -04:00
Doug Tangren
7ee8e06381
declare an update docs for make_latest input ( #419 )
2024-03-11 09:42:25 -04:00
Sam Seay
0bea76b227
Add support for make_latest property ( #304 )
...
* Add make_latest, remove dubious dist asset
* Apparently make_latest is a string.
* Keep default behaviour the same by defaulting to true for make_latest.
* Update config tests and README
* Rebuild the code.
* Revert change removing commented code.
* Change default behaviour to undefined for make_latest
* Update input documentation.
* Rebuild for code changes
---------
Co-authored-by: Doug Tangren <d.tangren@gmail.com>
2024-03-08 16:28:39 -05:00
Murad "Gness Erquint" Beybalaev
74195ccd05
"Let's" → "lets". ( #295 )
...
Third-person singular simple present form of "let" is obviously intended, judging from grammatical context.
Contraction of "let us" is erroneously used instead.
2024-03-08 15:59:39 -05:00
Michael Bianco
611b8bcc8e
docs: PAT required for release workflows to be triggered ( #376 )
2024-03-08 15:58:26 -05:00
softprops
a6c7483a42
release prep for v2
2024-03-08 15:21:48 -05:00
Andreas Deininger
975c1b265e
Bump checkout action to latest version ( #401 )
2024-02-23 15:17:15 -05:00
Fred Emmott
c9b46fe7aa
Add note about windows paths ( #340 )
...
* Add note about windows paths
https://github.com/softprops/action-gh-release/issues/280
Document change in glob 8.0
* Fix incorrectly escaped markdown backslashes
2023-03-25 23:31:17 -04:00
ArturoS
d4e8205d7e
Update of the actions/checkout
to v3
( #287 )
...
Hi,
Thanks for such a helpful tool. I want to suggest updating the version of `actions/checkout@v2` to `actions/checkout@v3` since GitHub is moving away from node12 to node16 (https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ ).
Cheers!
2022-12-09 13:59:19 -05:00
Per Lundberg
cd28b0f5ee
Fix typo in description ( #212 )
2022-07-10 00:32:25 -04:00
Noémien Kocher
faf0426de3
Fixes wrong outdated URL ( #242 )
2022-07-10 00:32:03 -04:00
Brian Scholer
50195ba7f6
Update README.md ( #234 )
...
Add permissions needed for creating a linked discussion.
2022-05-23 02:37:32 -04:00
Feng Yu
fe9a9bd329
add append_body option ( #199 )
2022-01-22 11:40:31 -05:00
Kevin Gentile
8a65c81355
document target_commitish default ( #190 )
2021-12-06 21:47:58 -05:00
Naïm Favier
58fa4b7a88
Add assets
action output ( #185 )
2021-11-25 18:02:50 -05:00
Doug Tangren
17cd0d34de
release prep for 0.1.14 ( #183 )
2021-11-15 01:30:36 -05:00
Brian Surowiec
0465cdad11
Support auto generating release notes ( #179 )
2021-11-07 17:06:35 -05:00
Dane Powell
a80139913a
Specify required permissions in README ( #164 )
2021-09-27 15:55:09 -04:00
softprops
2956b0de81
document input
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
softprops
dd98a235fd
update readme
2021-08-08 00:47:44 -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
6aeb2b7009
Merge branch 'alerque-default-token'
2021-07-25 20:11:43 -04:00
Filip Š
f6cd293a1e
Retain original release info if the keys are not set ( #109 )
2021-07-25 20:04:47 -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 ff30f8edb18fa851785a2d361b03c9713f5ac17d.
* Integrate latest changes from upstream.
2021-07-25 20:02:44 -04:00
Filip Š
59b9126341
Retain original release info if the keys are not set ( #109 )
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 ff30f8edb18fa851785a2d361b03c9713f5ac17d.
* Integrate latest changes from upstream.
2021-07-25 19:53:53 -04:00
takmr
36fae76a5c
use spaces instead tab ( #87 )
2021-07-25 19:51:15 -04:00
Filip Š
104b6490a7
Retain original release info if the keys are not set ( #109 )
2021-07-17 19:27:42 -04:00
Thomas Piskol
9729932bfb
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 ff30f8edb18fa851785a2d361b03c9713f5ac17d.
* Integrate latest changes from upstream.
2021-05-02 20:43:58 -04:00
Loïc Albertin
cebd052c1e
Add release id to outputs ( #60 )
...
* Add release ID to outputs
* Update README
2021-05-01 18:56:49 -04:00
takmr
e99df7cd80
use spaces instead tab ( #87 )
2021-03-22 13:05:06 -04:00
Caleb Maclennan
05d11c9fe8
Merge remote-tracking branch 'upstream/master' into default-token
2021-03-21 10:14:08 +03:00
erri120
1f8f474abe
Add upload_url as action output ( #75 )
...
* Add upload_url as action output
* Update README
2021-03-21 01:59:32 -04:00
David Aronchick
94651eb27f
Update README.md ( #81 )
2021-03-21 01:59:06 -04:00
Caleb Maclennan
7e3b173db6
Document use of token input parameter and deprecate env var
2021-03-16 07:50:23 +03:00
Alex Pearson
affa18ef97
Add repository input ( #58 ) ( #61 )
2020-12-20 14:44:30 -05:00
David Kramer
4fb86a77e0
Add 'fail_on_unmatched_files' input ( #55 )
2020-06-25 02:11:41 -04:00
Yan Yi Goh
9a89d1e63f
Docs: Fix spelling mistakes ( #50 )
...
* README: Fix spelling mistakes
* README: Rename OSX to macOS
* CONTRIBUTING: Fix spelling mistakes
2020-04-11 23:43:21 -04:00
K.Takata
9993ae8534
Fix mistake in #39 ( #40 )
...
It should be `github.ref` or `GITHUB_REF`.
2020-01-09 18:32:41 -05:00
K.Takata
9f4852ebe6
Add tag_name option ( #39 )
...
Allow setting tag name like actions/create-release.
2020-01-09 01:06:19 -05:00
softprops
b7e450da2a
update readme
2020-01-05 18:05:29 -05:00
Simon Eßlinger
d31b44251d
chore: remove note about github action beta
...
As of 2019-11-13 GitHub Actions are out of beta!
See: https://github.blog/2019-11-13-universe-day-one/#github-actions
2019-11-14 18:54:21 +01:00