1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00
Commit Graph

48 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
2bf08f11a6
ci: run build/test workflow on windows too (#5263)
Maybe 3rd time is the charm!

This makes the CI build run on windows too, and fix broken tests/featuers on Windows.

Most of the changes are related to ignoring certain tests on windows, or making sure to use the right path separators.

More work to do in the future, probably!

#4293

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-16 10:30:39 -03:00
Oleksandr Redko
4ef174a1d8
chore: fix typo in script name (#5256) 2024-11-07 13:33:54 -03:00
Carlos Alexandro Becker
efb4bd41f1
ci: delete local nightly tag on release 2024-11-04 11:00:21 -03:00
Carlos Alexandro Becker
1d9da3f6a8
docs: improvements 2024-07-10 00:03:07 -03:00
Carlos Alexandro Becker
700ff34236
docs: improving docs (#4956)
slowly but steadily fixing a billion warnings
2024-07-08 23:30:10 -03:00
Carlos Alexandro Becker
2eca3c2c8f
build: update generate workflow 2024-04-01 15:46:13 -03:00
Carlos Alexandro Becker
f36318b6fd
docs: update CONTRIBUTING 2024-04-01 14:07:38 -03:00
Carlos Alexandro Becker
87e7cc3647
build: update flake.nix, taskfile 2024-02-12 23:22:55 -03:00
Carlos Alexandro Becker
9ce21d3b95
fix: invalid jsonschema
closes https://github.com/goreleaser/goreleaser/issues/4511

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-31 14:43:39 -03:00
Carlos Alexandro Becker
48f036b5d6
build: nix devShell (#4507)
<!--

Hi, thanks for contributing!

Please make sure you read our CONTRIBUTING guide.

Also, add tests and the respective documentation changes as well.

-->


<!-- If applied, this commit will... -->

...

<!-- Why is this change being made? -->

...

<!-- # Provide links to any relevant tickets, URLs or other resources
-->

...

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-28 20:49:23 -03:00
Carlos Alexandro Becker
dda1c708ae
feat(nix): validate licenses (#4497)
this will check if the license provided by the user is a valid one.

valid list of licenses is generated from nix's source code.

closes #4496
2023-12-26 08:37:44 -03:00
Carlos Alexandro Becker
b0bf4eb0cd
build: golangci config 2023-11-29 23:11:46 -03:00
Carlos Alexandro Becker
07df59850c
build: add a nightly task 2023-08-09 13:12:42 +00:00
Carlos Alexandro Becker
f365c724dc
build: fix docs build
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-15 03:03:33 +00:00
Carlos Alexandro Becker
14c141abf3
build: fix docs build
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-15 03:03:13 +00:00
Carlos Alexandro Becker
56dfb8b5b0
docs: include markdown plugin (#4098)
I was really tired of copying and pasting that over and over again and
keeping it all in sync...

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-13 23:25:18 -03:00
Carlos Alexandro Becker
f25e3b307a
build: increase release timeout (#3734)
our build is too close to the default 30m timeout, this should prevent
it from failing, as it [did
today](https://github.com/goreleaser/goreleaser/actions/runs/4049530951/jobs/6966004880)

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-01-30 23:07:12 -03:00
Carlos Alexandro Becker
d18adfb57e
feat: deprecate --rm-dist in favor of new --clean flag (#3702)
After talking with @perylemke, we realized that probably most people
will likely expect it to be called --clean instead of --rm-dist, as its
more similar to the popular `make clean` task.

This adds the --clean flag, and make the --rm-dist one deprecated.

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-01-20 23:47:08 -03:00
Carlos A Becker
09b76aa090
docs: fix descriptions
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-12-29 21:57:42 -03:00
Carlos Alexandro Becker
f238d9698f
docs: remove vercel (#3672)
merge after 48h to ensure DNS is propagated.

before merging, delete site on vercel.com


refs https://github.com/goreleaser/goreleaser/issues/3502

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-12-29 21:05:22 -03:00
Carlos Alexandro Becker
232c982fb0
docs: improve build (#3674)
- generate releases.json et al on our github actions workflow
- use those when building and also on our `run` script
- new releases will dispatch the workflow so it re-generates the needed
files

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-12-29 14:55:45 -03:00
Carlos A Becker
a67f8f8551
chore: there's no linux/arm/7 anymore 2022-11-20 10:24:34 -03:00
Carlos A Becker
6dac256b45
docs: added /security 2022-11-08 00:05:36 -03:00
Carlos A Becker
93dd387809
docs: goreleaser pro eula
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-05-02 20:30:19 -03:00
Carlos Alexandro Becker
fec83a74aa
feat: do not release goreleaser for arm6 (#2779)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-12-21 14:21:15 -03:00
Vincent Bernat
14e76dbde4
chore(ci): fix descriptions for testing DEB/APK packages (#2720) 2021-12-02 17:55:11 -03:00
Weslei Juan Novaes Pereira
139344f833
chore: avoid task error on fmt (#2694) 2021-11-23 14:38:26 -03:00
Carlos A Becker
12066dd8d9
refactor(ci): improve pkg test task 2021-11-21 20:34:42 -03:00
Carlos A Becker
77b62757fc
chore(ci): prevent further use of ioutil
refs #2676
2021-11-21 11:10:54 -03:00
Carlos A Becker
f545feea91
chore(ci): auto-gen schema
refs https://github.com/goreleaser/goreleaser/pull/2673#issuecomment-972839504
2021-11-18 10:01:51 -03:00
Carlos A Becker
4bd0b73e95
chore(ci): fix test pkgs 2021-11-14 12:27:43 -03:00
Carlos Alexandro Becker
6528948217
feat: update nfpm (#2640)
* feat: update nfpm

* feat: update nfpm

* feat: update nfpm

* feat: update nfpm

* fix: dir type

* docs: dir

* docs: typo

* fix: race

* fix: race cond
2021-11-13 22:23:11 -03:00
Carlos A Becker
4fb33ee608
chore: task lint 2021-11-06 23:22:51 -03:00
Carlos A Becker
a875ac8c70
docs: improvign docs and search
refs #2616
2021-10-30 09:43:54 -03:00
Carlos Alexandro Becker
cca001b70b
docs: new art (#2607) 2021-10-26 22:41:33 -03:00
Carlos A Becker
82954c726f
docs: use .DOCKER to build
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-12 16:51:24 -03:00
Carlos A Becker
0aae8d7815
docs: task
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-10 11:24:55 -03:00
Carlos A Becker
7f9bd343b1
docs: task
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-10 11:23:33 -03:00
Carlos A Becker
bf95432c53
docs: contributing in sync
closes #2565

Co-authored-by: Nate <37554478+servusdei2018@users.noreply.github.com>
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-10 11:17:34 -03:00
Engin Diri
e546cb74bb
fix: taskfile: rewerite task order of ci and add default taks (#2561) 2021-10-06 08:07:40 -03:00
Carlos A Becker
2cf4d28157
chore(ci): improve release workflow
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-05 23:23:19 -03:00
Carlos A Becker
4b31017bd7
docs: fix imgs
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-05 20:46:59 -03:00
Carlos A Becker
e7a9c2f05c
chore(ci): improve taskfile and build
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-05 20:39:24 -03:00
Andrey Nering
13c980ab21
chore(ci) taskfile: Fix typo (#2558)
refs #2557
2021-10-05 20:22:26 -03:00
Carlos A Becker
f4a751579a
chore(ci): update taskfile, rm makefile
refs #2557

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-05 20:20:23 -03:00
Andrey Nering
c1e61bdd1e
chore(ci): Replace Make with Task (#2557) 2021-10-05 20:05:22 -03:00
Carlos Alexandro Becker
60bb479239
chore: rm accidentally commited files
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-09-22 01:20:50 -03:00
Carlos Alexandro Becker
722343125a
test: remove bucket after test
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-09-22 01:19:37 -03:00