Commit graph

59 commits

Author SHA1 Message Date
Kévin Dunglas
cf63508052
docs: bump upload-artifact version (#479) 2024-11-06 22:55:19 -03:00
Carlos Alexandro Becker
18bbabc70c
feat!: use "~> v2" as default (#463)
* feat!: use "~> v2" as default

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: more changes

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* gen

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* docs: update

* docs: update

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-06-04 21:50:33 -03:00
Carlos Alexandro Becker
f1dbd532c3
feat: lock this major version of the action to use '~> v1' as 'latest' (#461)
* feat: warn about using 'latest'

* feat: use "~> v1" as latest

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* feat: default to "~> v1" instead of "latest"

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-05-10 13:30:10 -03:00
Carlos Alexandro Becker
9937f9bad9
Revert "docs: Upgrade setup-go action version in README (#455)"
This reverts commit b7f6f16d51.
2024-04-07 19:50:19 -03:00
Kishan B
b7f6f16d51
docs: Upgrade setup-go action version in README (#455) 2024-04-07 19:46:59 -03:00
Carlos Alexandro Becker
c21f56a7bc
docs: update readme
closes #453
2024-03-25 09:57:32 -03:00
CrazyMax
7d864bed1f
docs: bump actions to latest major (#435)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-09-11 20:23:37 +02:00
K.B.Dharun Krishna
81d9ad7185
feat: bump to use node20 runtime, actions/checkout to v4 (#430) 2023-09-05 09:10:35 -03:00
Kishan B
cffc4af7bf
docs: bump setup-go action version to v4 in README (#411) 2023-05-03 09:52:13 -03:00
Carlos Alexandro Becker
d756366df6
docs: add a note about goreleaser configs 2023-04-20 17:10:36 +00:00
Jamie Tanna
1d44853e58
docs: add more details about GITHUB_TOKEN (#399)
As it can simplify folks' setup for their workflows.
2023-02-22 14:05:41 -03:00
Arnaud
8f389eacd3
docs: use --clean in examples (#393)
* fix: update obsolete --rm-dir to --clean

* fix: restore IDE unexpected replacements

* fix: extra newline removed

Sorry, lot of "minor" commit to limit the global changes... My IDE is not setup as yours, I tried to tricked it.
2023-02-05 13:45:40 -03:00
CrazyMax
f82d6c1c34
fix: don't depend on the GitHub API to check release (#391)
* fix: don't depend on the GitHub API to check release

* chore: update generated content

---------

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-30 14:11:41 +01:00
Carlos Alexandro Becker
9754a253a8
fix: use @action/github (#390)
* fix: use @action/github

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

* Update README.md

Co-authored-by: CrazyMax <github@crazymax.dev>

* Update action.yml

Co-authored-by: CrazyMax <github@crazymax.dev>

---------

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: CrazyMax <github@crazymax.dev>
2023-01-27 23:22:07 -03:00
Carlos Alexandro Becker
256e4b8b28
docs: migrating from v3 2023-01-01 23:42:09 -03:00
Engin Diri
a7c543ca7a
docs: fix README badgea (#386) 2022-12-20 16:09:05 -03:00
Victor Nogueira
13f1e21a50
docs: update Readme to reference goreleaser/goreleaser-action@v4 (#384) 2022-12-13 14:26:28 -03:00
Wen Zhou
5dc579bb76
docs: add example when using workdir along with upload-artifact (#366)
when using workdir, goreleaser creates dist folder inside of workdir, but upload-artifact action's path only matching from git_root dir
2022-12-13 10:19:24 -03:00
CrazyMax
7bb9301b2c
chore(deps): bump ghaction-import-gpg to v5 (#359)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2022-05-27 09:41:30 -03:00
CrazyMax
7e270cc4b5
docs: bump actions to latest major (#356)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-22 02:09:27 +02:00
CrazyMax
c127c9be61
feat: add artifacts and metadata outputs (#327)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-02-27 20:01:51 +01:00
CrazyMax
affd781166
chore: update community files (#328)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-02-27 18:55:49 +01:00
CrazyMax
25383ef1e0
chore(deps): bump ghaction-import-gpg to v4 (#302)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-06 22:45:41 +02:00
Carlos Alexandro Becker
70eb4e573c
feat: support downloading goreleaser pro (#284) 2021-05-27 00:25:31 -03:00
CrazyMax
50de962f84
Upload artifact example (#257)
* docs: Upload artifact example (#254)

* Fix README

* Typo

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-29 23:57:19 +00:00
CrazyMax
a61bc075fd
feat: Container based developer flow (#258)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-22 22:34:12 +00:00
Arunvel Sriram
f2a4c95ec7
feat: Add install-only option for using goreleaser in user scripts (#252)
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2020-11-06 20:21:22 +00:00
CrazyMax
2fc4e3ac51
chore(deps): Import GPG action v3 (#243)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-09-07 13:40:41 +00:00
CrazyMax
aff4fc5a2c
Add note about fetch-depth 2020-06-15 18:41:56 +02:00
CrazyMax
c30b077d74
Remove missing unshallow steps 2020-06-15 18:36:44 +02:00
CrazyMax
3b7a8e97ab
Update doc (#213) 2020-06-15 18:35:23 +02:00
CrazyMax
10511362f8
Remove unshallow step (goreleaser/goreleaser#1608) 2020-06-15 18:34:01 +02:00
CrazyMax
aa1fbb5b7f
Bump import-gpg action 2020-05-17 23:30:07 +02:00
CrazyMax
92b29cc8ff
Use template in sign.args (#190)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-10 18:42:15 +02:00
CrazyMax
0c93efcb3b
Set v2 2020-05-10 16:22:33 +02:00
CrazyMax
65ffe9d1d5
Go 1.14 2020-05-10 16:15:33 +02:00
CrazyMax
145323343f
Env var template in signing configuration does not seems to work 2020-05-10 16:12:19 +02:00
CrazyMax
f3c3945401
Remove key input and use Import GPG GitHub Action instead 2020-05-10 16:02:05 +02:00
CrazyMax
5835168d00
Add Codecov 2020-05-07 11:47:49 +02:00
CrazyMax
4cd8fafb4f
Add notes about limitation with GITHUB_TOKEN (#58) 2020-05-07 02:42:55 +02:00
CrazyMax
6c7b10c265
feat: Use native GitHub Action tools to download assets and use GitHub API (#187)
* Use native GitHub Action tools to download assets and use GitHub API
* Fix unexpected output when tag not found
* Use GitHub Action exec
* Add screenshot

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-07 02:15:24 +02:00
CrazyMax
8a2a131059
Update workflows 2020-05-06 23:12:22 +02:00
CrazyMax
eaa45aca45
Typo 2020-01-20 18:53:25 +01:00
CrazyMax
53acad1bef
Example to trigger only on new tag 2020-01-20 18:47:48 +01:00
CrazyMax
64e6378200
Use checkout v2 (goreleaser/goreleaser#1298) 2020-01-19 21:52:29 +01:00
CrazyMax
f2f3843e80
Update README (#61) 2020-01-19 21:35:08 +01:00
CrazyMax
900bdc241b
Fix actions version (#56) 2019-12-24 11:37:15 +01:00
Boaz Yaniv
16077aaddc Allow to run GoReleaser from a subdirectory (#45) 2019-12-02 10:54:32 +01:00
Dana Woodman
6ec955d9f0 docs: explicitly set go version #44
Relates to #40
2019-11-28 22:27:29 -03:00
CrazyMax
b3ef6f590c
Remove beta note 2019-11-14 23:10:05 +01:00