1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal
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
..
archivefiles refactor: add function to apply template multiple times (#4158) 2023-06-30 14:46:53 -03:00
artifact feat: add metadata to the release (#4714) 2024-03-26 23:41:41 -03:00
builders feat: always log build output (#4787) 2024-04-16 20:57:01 -03:00
client feat(gitea): implement Changelog function (#4794) 2024-04-22 23:26:13 -03:00
commitauthor test: run testifylint -fix (#4483) 2023-12-17 15:34:28 -03:00
deprecate refactor: optimize strings replacers (#4788) 2024-04-16 20:56:45 -03:00
exec feat: add metadata to the release (#4714) 2024-03-26 23:41:41 -03:00
extrafiles feat: improve template error handling (#4256) 2023-08-24 22:06:12 -03:00
gio chore: fix all existing lint issues (#4637) 2024-02-19 08:49:39 -03:00
git test: simplify error asserts with require.ErrorContains (#4640) 2024-02-19 16:28:06 -03:00
golden feat: winget support (#4081) 2023-06-14 23:59:55 -03:00
http feat: add metadata to the release (#4714) 2024-03-26 23:41:41 -03:00
ids
logext feat: improve output (#4206) 2023-07-25 08:26:44 -03:00
middleware fix: remove repetitive words (#4701) 2024-03-15 09:49:32 -03:00
pipe feat(gitea): implement Changelog function (#4794) 2024-04-22 23:26:13 -03:00
pipeline feat: notarize macos binaries (#4774) 2024-04-19 22:27:50 -03:00
semerrgroup fix: improve skip details (#4522) 2024-01-07 14:12:50 -03:00
shell Merge pull request from GHSA-h3q2-8whx-c29h 2024-01-29 20:53:46 -03:00
skips feat: notarize macos binaries (#4774) 2024-04-19 22:27:50 -03:00
static docs: fix typos (#4406) 2023-11-06 09:14:07 -03:00
testctx feat: improve --single-target (#4442) 2023-11-27 18:29:50 -03:00
testlib test: run testifylint -fix (#4483) 2023-12-17 15:34:28 -03:00
tmpl refactor: optimize strings replacers (#4788) 2024-04-16 20:56:45 -03:00
yaml