1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-03 00:57:43 +02:00
Commit Graph

41 Commits

Author SHA1 Message Date
938edc4131 docs: fix releases.json
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-01-02 15:16:33 -03:00
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
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
c714e13a84 docs: deploy to cloudflare pages
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-12-29 11:11:28 -03:00
97ca41684d docs: ensure pip is up to date
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-11-08 00:15:24 -03:00
ed30c4e2db docs: /twitter, discord, linkedin etc 2022-11-08 00:06:24 -03:00
5759d7fb92 fix: git safe directory
closes #3233

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-08-12 09:42:23 -03:00
042c63884c feat: login into gitlab registry (#3296)
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-08-07 22:39:03 -03:00
02a3486d4b fix(build): set workdir as safe for git when running docker image (#3229)
prevents git from panic when running goreleaser as docker in CI env

Signed-off-by: Artur Troian <troian.ap@gmail.com>
2022-07-06 23:48:17 -03:00
d58a3e72c3 chore(ci): improve tparse output (#3193)
* chore(ci): improve tparse output

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

* chore(ci): improve tparse output

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-06-24 09:33:34 -03:00
750d520638 feat: make goreleaser.deb pass lintian validations (#2883)
* feat: make pkg pass lintian validations

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: lintian issues

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: bash completions

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-05 18:02:06 -03:00
e661f22993 fix: pre-commit hook (#2849)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-01-26 22:12:02 -03:00
ae583453a7 feat: manpages (#2837)
* feat: manpages

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: section

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* feat: use mango instead

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: improvements

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: unused

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-01-18 10:17:52 -03:00
8faf7dbe55 docs: fix version in docs (#2681)
* docs: fix version in docs

* fix: script

* docs: improve install

* fix: curl

* fix: get releases

* docs: instructions

* docs: instructions
2021-11-22 09:39:16 -03:00
a0a0050f5e docs: fix releases.json 2021-11-17 00:04:04 -03:00
e5a9e18050 feat(schema): add command that generates jsonschema (#2589)
* feat(schema): Add command that generates the jsonschema for .goreleaser.yml files

This commit adds the jsonschema/schema subcommand that generates a jsonschema doc based on the Project go struct.
For the config types that alternatively allow you to specify a string via custom UnmarshalYAML function, this commit adds the JSONSchemaType function, so the type gets documented with an oneOf with string or itself.
Add yaml key names for properties that are currently missing them, so alecthomas/jsonschema generates the keys with correct casing.

Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net>

* fix: Add linguist-generated attribute to generated schema json to exclude this file from pull request size validation

Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net>

* fix: run gofumpt

Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net>

* chore(schema): update alecthomas/jsonschema and regenerate schema.json

Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net>
2021-10-26 15:02:03 -03:00
c456654778 fix: ignore 409 when pushing to fury.io
closes #2560

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-06 01:16:05 -03:00
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
f9cea01cfc fix: run goreleaser via exec to handle ctrl+c (#2525)
Signed-off-by: Artur Troian <troian.ap@gmail.com>
2021-09-27 11:57:41 -03:00
2a304f5932 chore: improve pre-commit
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-07-24 21:21:22 -03:00
3b6d12656d chore: pre-commit hook
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-07-24 21:05:59 -03:00
a6e0a7f8a1 feat: smaller releases.json (#2343)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-07-14 14:54:33 -03:00
cef6f13982 docs: fix cmd/docs
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-07-03 19:27:03 +00:00
b43a2e95ec chore(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.0 (#2328)
* feat: upgrade cobra

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* feat: upgrade cobra

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: docs

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* chore: less diffs

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-07-03 14:04:19 -03:00
52a64c7405 fix: fury upload
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-06-26 22:16:54 +00:00
f7983ea83e fix: fury upload, maybe
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-06-21 02:53:14 +00:00
097c456a3b chore(ci): publish to fury
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-06-21 02:26:17 +00:00
f2d0c61d7c docs: update releases script
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-05-26 22:23:52 +00:00
29cb60330b docs: add cmd docs (#2184)
* docs: add cmd docs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: cmd docs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: num cpus

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: improve some things

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: improve docs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: script

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-04-22 10:45:36 -03:00
35c71b6522 fix: docs script
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-02-10 16:03:30 -03:00
69826bd442 chore(ci): debug deploy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-02-10 15:48:51 -03:00
7900834837 chore(ci): debug deploy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-02-10 15:47:21 -03:00
fafeb9b0dc fix: install completions with homebrew (#1877)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-04 23:12:49 -03:00
c4dfc3a1e7 feat: support ghcr.io (#1784)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-06 10:16:53 -03:00
bc940a9052 feat: log into Github package registry with token on our docker image (#1703) 2020-08-06 15:08:05 -03:00
48b2a1f3e6 fix: docker login using password stdin (#1617)
Instead of passing the password using the `-p` arg which is deprecated, we now use `--password-stdin` which is recommended.

Solves the following warning:
```
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
```
2020-06-18 14:10:47 -03:00
df73ead056 docs: generate static/releases.json (#1594)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-08 19:48:10 +00:00
f56b9a8509 fix: Allow brew with github actions (#982) (#983) 2019-03-14 09:13:12 -03:00
2f6cb9d719 feat: Allows pushing to private registry (#893)
using the goreleaser docker container
2018-12-10 13:45:01 -02:00
06db7b76bf fix: entrypoint (#788) 2018-09-04 11:17:35 -03:00
5cc504fb94 fix: docker image 2018-09-04 09:26:26 -03:00