1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

6 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
65a945e82c
test: fix static config test 2024-11-28 22:57:44 -03:00
Carlos Alexandro Becker
d84738094d
fix: init in v2 ()
closes 
2024-06-05 16:28:17 -03:00
Carlos Alexandro Becker
ec2db4a727
feat!: rename module to /v2 ()
<!--

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>
2024-05-26 15:02:57 -03:00
Carlos Alexandro Becker
e54656438b
feat: deprecate replacements ()
The replacements thing was always a bit weird, especially on archives.

We can solve that with templates, so, removing I'm deprecating it.

Also did the same on other places that had it the same feature.

Closes 

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-11-25 15:26:14 -03:00
Carlos Alexandro Becker
979f8632b7
refactor: use require on all tests ()
* refactor: use require on all tests

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

* refactor: use require on all tests

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

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-10-06 12:48:04 +00:00
Masahiro Furudate
42dab4917b
fix: Fix indent of yaml generated by init ()
* Fix indent of yaml generated by init

* Add `static/config_test.go`
2020-07-25 18:57:16 -03:00