1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/client
Bo-Yi Wu c8488dc825
feat(gitea): implement Changelog function (#4794)
- Add `strings` package import to `gitea.go`
- Implement `Changelog` function in `gitea.go`
- Update `useGitea` constant in `changelog.go`
- Add test for `useGitea` in `changelog_test.go`
- Update `changelog.md` with information about `gitea` customization

ref:

* Server API: https://github.com/go-gitea/gitea/pull/30349
* SDK: https://gitea.com/gitea/go-sdk/pulls/659

---------

Signed-off-by: appleboy <appleboy.tw@gmail.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-04-22 23:26:13 -03:00
..
testdata feat: allow to PR homebrew taps (#3903) 2023-04-06 22:58:06 -03:00
client_test.go feat: allow goreleaser to run in gerrit, soft-serve and others (#4271) 2023-09-04 11:23:38 -03:00
client.go feat(winget): sync fork before opening PR 2024-03-26 23:34:15 -03:00
config_test.go feat: publish taps, krews and scoops to regular git repositories (#3961) 2023-04-30 10:18:13 -03:00
config.go feat: publish taps, krews and scoops to regular git repositories (#3961) 2023-04-30 10:18:13 -03:00
git_test.go test: simplify error asserts with require.ErrorContains (#4640) 2024-02-19 16:28:06 -03:00
git.go feat(git): retry git clone on retriable error (#4725) 2024-03-26 23:41:25 -03:00
gitea_test.go test: run testifylint -fix (#4483) 2023-12-17 15:34:28 -03:00
gitea.go feat(gitea): implement Changelog function (#4794) 2024-04-22 23:26:13 -03:00
github_test.go chore(deps): update go-github 2024-04-02 08:22:48 -03:00
github.go fix(release): only change release draft status on new releases (#4744) 2024-04-03 13:56:22 -03:00
gitlab_test.go feat: support projectID for gitlab CreateFile (brew, nix, etc) (#4705) 2024-03-17 15:26:04 -03:00
gitlab.go feat: support projectID for gitlab CreateFile (brew, nix, etc) (#4705) 2024-03-17 15:26:04 -03:00
mock.go fix: adjust unused function params in client mock package (#4738) 2024-04-01 10:03:06 -03:00
release_notes_test.go feat: allow to customize release notes update behavior (#2702) 2021-11-26 09:59:15 -03:00
release_notes.go feat: allow to customize release notes update behavior (#2702) 2021-11-26 09:59:15 -03:00