Nicolas Hedger
|
b7913b6646
|
feat(action): add output for the latest version (#12)
* feat: output `version` of the latest release
* update readme
|
2023-11-12 23:16:39 +01:00 |
|
Orhun Parmaksız
|
b5f86d99d9
|
chore(action): bump checkout action to v3
|
2023-02-15 21:07:44 +03:00 |
|
Orhun Parmaksız
|
cdaecb90e2
|
docs(readme): simplify the advanced example
|
2023-01-07 20:03:34 +03:00 |
|
Orhun Parmaksız
|
ba98705de7
|
docs(readme): update license copyright years
|
2023-01-01 20:05:44 +03:00 |
|
Orhun Parmaksız
|
aca5ee3a32
|
docs(readme): recommend the use of v2 instead of v1
|
2022-12-25 23:10:43 +03:00 |
|
Orhun Parmaksız
|
1e4ada982c
|
docs(readme): update advanced example about set-output usage
|
2022-12-01 23:16:48 +03:00 |
|
Matt Loberg
|
9b8dd77b6b
|
feat(action): add an output for the changelog content (#4)
* feat: add an output for the changelog content
::set-output is
[deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)
in favor of [environment
files](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files).
This has better multiline support, so add the contents of the changelog as an output for cases where
you are creating a GitHub release.
BREAKING CHANGE: self-hosted runners will need to be at 2.297.0 or greater
* fix: update multiline output usage
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
* docs(readme): add content as output
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
|
2022-12-01 21:13:59 +01:00 |
|
orhun
|
f33ebb9c7f
|
docs(readme): update examples
|
2021-07-02 01:19:16 +03:00 |
|
orhun
|
b64b1116f5
|
docs(readme): link to the documentation of the base repository
|
2021-06-24 14:59:51 +03:00 |
|
orhun
|
a42735c865
|
docs(readme): add the advanced example
|
2021-06-24 14:51:04 +03:00 |
|
orhun
|
f5ccbd15b8
|
docs(readme): update the title in README.md
|
2021-06-19 23:00:29 +03:00 |
|
orhun
|
0b7b4de8f5
|
docs(readme): update the version in example
|
2021-06-19 22:01:19 +03:00 |
|
orhun
|
1c922ae044
|
docs(readme): add description for the example
|
2021-06-19 20:02:25 +03:00 |
|
orhun
|
c5a5d63d3c
|
docs(readme): update README.md about new action arguments
|
2021-06-18 19:05:43 +03:00 |
|
orhun
|
9e859999aa
|
feat(input): use the config file from given path
|
2021-06-18 03:00:25 +03:00 |
|
orhun
|
29b917f0c8
|
chore(project): add action files
|
2021-06-18 00:27:35 +03:00 |
|