Commit Graph

33 Commits

Author SHA1 Message Date
maulik13
037983df1e feat(release): add an option to specify a custom prefix for the version tag 2021-01-21 17:52:08 +01:00
Sebastian Beisch
0cbc7a7885 feat(hooks): pass environment variables to hooks 2020-08-18 17:33:53 +02:00
Sebastian Beisch
be35b743b4 fix(assets): when file is zipped, upload zipped file instead of unzipped file 2020-03-25 08:45:27 +01:00
Nightapes
400a25f950 style(assets): rename container to set 2020-03-24 19:56:57 +01:00
Nightapes
6fd34d3e0a feat(assets): calculate checksum for all assets and upload it 2020-03-21 15:47:03 +01:00
Nightapes
42fc522a43 feat(releaser): add git only as releaser, will create a new tag with version only 2020-01-05 18:55:47 +01:00
fwiedmann
a2fc03c64d Merge branch 'master' of github.com:Nightapes/go-semantic-release into remove/draft 2019-08-22 00:12:24 +02:00
fwiedmann
a6c651a97f fix(github): remove 'draft' option because releases will always be published public 2019-08-13 23:01:38 +02:00
Nightapes
6a514158ce fix(cache): save commits to cache to avoid empty changelog 2019-08-11 18:27:52 +02:00
Nightapes
7b16b164f2 test(gitlab): add missing tests 2019-08-11 15:03:55 +02:00
Sebastian
0fd39c72a0 Merge branch 'master' into gitlab 2019-08-08 21:35:39 +02:00
Nightapes
5791d3b41c refactor(releaser): clean up code 2019-08-08 21:33:28 +02:00
fwiedmann
ff82ec7acd chore(util/github-release): fix golint issues 2019-08-08 20:44:33 +02:00
Nightapes
3bf84d5ad1 test(github): refactor unit test 2019-08-08 20:17:14 +02:00
fwiedmann
bdc4fb1d74 tmp(releaser/github): add test for create release 2019-08-06 23:21:25 +02:00
svbeisch@gmail.com
507333f087 ci(travis): set loglevel to debug for next version 2019-07-14 15:33:16 +02:00
fwiedmann
30a215b3e7 chore(releaser/github): will not exex upload of assets when no gitreleaser gets inizialized from CreateRelease() 2019-07-09 22:51:12 +02:00
fwiedmann
abd251f2ec feat(internal/pkg/releaser/github): upload all configured files from releaser config 2019-07-09 18:28:59 +02:00
fwiedmann
9175d6cc49 temp(internal/releaser): update interface method Uploadassets 2019-07-09 01:46:31 +02:00
fwiedmann
9ecd47654d temp(internal/release): fix golint issues 2019-07-07 23:49:08 +02:00
fwiedmann
6e2fa0ddbf temp(pkg/releaser): add ZipFiles Method 2019-07-07 23:42:52 +02:00
Felix Wiedmann
d36be78c9c ref(releasetype/draft): infomation about if release is a draft will now be set in the sharedVersion 2019-06-20 10:49:50 +02:00
Felix Wiedmann
62c6352aad chore(internal/releaser/github): fix setReleaseType 2019-06-20 02:00:39 +02:00
Felix Wiedmann
88e49752cb fix(internal/releaser/github): error handling for case if release already exists 2019-06-20 01:13:31 +02:00
Felix Wiedmann
92d569c14c feat(internal/releaser): add SetReleaseType Method to Releaser interface 2019-06-20 00:48:07 +02:00
Nightapes
e2eee63ac5 style(lint): fix lint issues 2019-06-18 21:36:56 +02:00
Nightapes
7e789dffa4 Merge branch 'add_git_releases' of github.com:Nightapes/go-semantic-release into add_git_releases 2019-06-18 21:35:56 +02:00
Nightapes
7de6f249fe build(travis): add release config 2019-06-18 21:35:51 +02:00
Felix Wiedmann
b0d28b1ce7 chore(internal/releaser/github): remove unused token initialization in ValidateConfig() because token gets initialiazed in New() 2019-06-18 21:20:30 +02:00
Felix Wiedmann
f65b90975f chore(internal/releaser): add further log messages 2019-06-17 22:45:49 +02:00
Felix Wiedmann
8efde63865 fix(internal/releaser): add helper method to lookup for provider accesToken in environment variabels 2019-06-17 22:30:17 +02:00
Nightapes
efcea0fafd style(*): fix lint issues 2019-06-15 23:16:30 +02:00
Nightapes
cf0431846b refactor(*): clean up code 2019-06-15 23:03:27 +02:00