1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/internal/pipe
Carlos A Becker 9df62d87ec
fix: build log print relative path instead of abs
all other logs print relative paths, only the build logs are printing the abs path.

this makes things more even.

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-05 17:44:07 -03:00
..
announce feat: add generic webhook announcer (#2750) 2022-01-08 14:46:27 -03:00
archive test: fixes sbom tests 2021-12-30 09:47:52 -03:00
artifactory
aur fix: aur error messages (#2880) 2022-02-04 14:45:02 -03:00
before
blob fix: upload sboms to release 2021-12-21 21:45:28 -03:00
brew feat: allow to template commit author (#2826) 2022-01-11 09:15:28 -03:00
build fix: build log print relative path instead of abs 2022-02-05 17:44:07 -03:00
changelog fix: do not filter and sort github-native changelog (#2803) 2022-01-08 09:24:36 -03:00
checksums fix: mutex on checksum refresh 2021-12-22 14:42:18 -03:00
custompublishers
defaults feat: less logs for defaults (#2795) 2022-01-06 15:32:55 -03:00
discord fix: discord default url 2021-11-06 16:49:23 -03:00
dist fix: update strings when using a custom distribution directory (#2689) 2021-11-23 09:25:15 -03:00
docker feat: allow to template dockerfile (#2797) 2022-01-06 15:34:55 -03:00
effectiveconfig
env feat: improve multiple tokens error (#2733) 2021-12-05 22:25:29 -03:00
git fix: improve git tag contents output 2021-12-06 17:21:37 -03:00
gofish feat: allow to template commit author (#2826) 2022-01-11 09:15:28 -03:00
gomod fix: template main with gomod.proxy (#2834) 2022-01-14 10:33:11 -03:00
krew feat: allow to template commit author (#2826) 2022-01-11 09:15:28 -03:00
linkedin fix: linkedin release url 2021-11-11 23:53:40 -03:00
mattermost refactor: use os and io instead of ioutil (#2676) 2021-11-21 11:10:08 -03:00
metadata feat: expose runtime goos and goarch on templates and metadata (#2859) 2022-01-31 22:36:22 -03:00
milestone test: use mock client 2021-10-05 20:53:17 -03:00
nfpm fix: nfpm binaries should have 755 instead of 775 perms (#2873) 2022-02-02 23:30:08 -03:00
prebuild fix: template main with gomod.proxy (#2834) 2022-01-14 10:33:11 -03:00
project
publish feat: arch user repository integration (#2838) 2022-01-20 14:59:39 -03:00
reddit fix: go install and go-reddit (#2823) 2022-01-10 11:10:35 -03:00
release fix: upload sboms to release 2021-12-21 21:45:28 -03:00
sbom test: fixes sbom tests 2021-12-30 09:47:52 -03:00
scoop feat: allow to template commit author (#2826) 2022-01-11 09:15:28 -03:00
semver
sign fix: sign with cert only (#2757) 2021-12-16 13:41:50 -03:00
slack feat: add message template support for git providers (#2626) 2021-11-06 15:39:43 -03:00
smtp feat: add message template support for git providers (#2626) 2021-11-06 15:39:43 -03:00
snapcraft test: fixed snapcraft test 2021-12-21 00:07:17 -03:00
snapshot
sourcearchive feat(source): add prefix_template option (#2620) 2021-11-02 19:57:20 -03:00
teams feat: add message template support for git providers (#2626) 2021-11-06 15:39:43 -03:00
telegram feat: add message template support for git providers (#2626) 2021-11-06 15:39:43 -03:00
twitter feat: add message template support for git providers (#2626) 2021-11-06 15:39:43 -03:00
universalbinary test: fixed hooks tests 2022-02-05 16:28:17 -03:00
upload
webhook feat: add generic webhook announcer (#2750) 2022-01-08 14:46:27 -03:00
pipe_test.go
pipe.go