309 Commits

Author SHA1 Message Date
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
0e61bf7651 Merge branch 'gitlab' of github.com:Nightapes/go-semantic-release into gitlab 2019-08-08 21:33:42 +02:00
Nightapes
829fea1282 build(releaser): fix release config 2019-08-08 21:33:28 +02:00
Nightapes
467ae1f87e build(releaser): fix release config 2019-08-08 21:33:28 +02:00
Nightapes
5791d3b41c refactor(releaser): clean up code 2019-08-08 21:33:28 +02:00
Nightapes
92b42c8ffa feat(releaser): add gitlab as relase option 2019-08-08 21:33:28 +02:00
Nightapes
0bffe32a24 Merge branch 'gitlab' of github.com:Nightapes/go-semantic-release into gitlab 2019-08-08 21:32:42 +02:00
Nightapes
fab3fc030e build(releaser): fix release config 2019-08-08 21:32:29 +02:00
Nightapes
42a6a5fcf0 build(releaser): fix release config 2019-08-08 21:31:30 +02:00
Nightapes
2f20d8c31c refactor(releaser): clean up code 2019-08-08 21:30:29 +02:00
Sebastian
ec10557cb1 Merge pull request #8 from Nightapes/test/github-release
add tests for github releaser - UploadAssets method omitted because of future deprication
2019-08-08 21:12:48 +02:00
fwiedmann
c9d9420037 chore(gitlab/github/util): fix golangci-lint issues 2019-08-08 21:01:40 +02:00
fwiedmann
ff82ec7acd chore(util/github-release): fix golint issues 2019-08-08 20:44:33 +02:00
Nightapes
428514a1ef test(github): merge incoming changes 2019-08-08 20:22:49 +02:00
Nightapes
3bf84d5ad1 test(github): refactor unit test 2019-08-08 20:17:14 +02:00
fwiedmann
0037abfaf7 test(internal/releaser/github): add test for CreateRelease() 2019-08-08 20:07:22 +02:00
Nightapes
703d4b803c Merge branch 'test/github-release' of github.com:Nightapes/go-semantic-release into test/github-release 2019-08-07 23:27:05 +02:00
Nightapes
c086b12f01 feat(releaser): add gitlab as relase option 2019-08-07 23:24:13 +02:00
fwiedmann
3c500142aa temp(releaser/github): modify test 2019-08-07 23:11:04 +02:00
fwiedmann
bdc4fb1d74 tmp(releaser/github): add test for create release 2019-08-06 23:21:25 +02:00
fwiedmann
682fae3239 test(releaser/github): tests for GetCommitURL(), GetCompareURL(), ValisateConfig() 2019-07-29 23:11:07 +02:00
fwiedmann
e170ca9885 test(releaser/github): test New func 2019-07-28 23:00:08 +02:00
Felix Wiedmann
a15eaa597a Merge pull request #7 from Nightapes/add_git_releases
Add git releases
2019-07-28 21:56:06 +02:00
fwiedmann
6bdbc2173f chore(release.yaml): set master branch on beta release 2019-07-28 21:53:30 +02:00
Nightapes
1daff2bc8a refactor(pkg): clean up semantic release interface 2019-07-24 22:14:03 +02:00
Nightapes
e222734a1a test(internal/*): add more unit tests 2019-07-22 20:47:10 +02:00
Nightapes
6267e1cc81 refactor(pkg/semanticrelease): clean up code 2019-07-22 20:46:48 +02:00
fwiedmann
5986e2819a test(internal/releaser/util): add test for PrepareAssets 2019-07-22 18:13:11 +02:00
fwiedmann
581b62d324 ref(internal/releaser/util): check if asset name ist not empty, open file which should be zipped before create zip file 2019-07-22 18:11:48 +02:00
fwiedmann
7d68d5835f test(internal/releaser/util): add test for CreateBearerHTTPClient and GetAccessToken 1.0.0-alpha.2 2019-07-22 00:48:13 +02:00
Nightapes
7b4db67cb7 fix(internal/gitutil): allow lightweight tags 1.0.0-alpha.1 2019-07-21 21:53:33 +02:00
Nightapes
58f2ebb6d0 style(internal/*): fix lint issues 2019-07-21 15:15:01 +02:00
Nightapes
409b260eb7 refactor(cmd): remove unused ci testing command 2019-07-21 15:10:18 +02:00
Nightapes
791983faae test(*): add unit tests 2019-07-21 15:07:13 +02:00
Nightapes
69db52e5b1 feat(internal/changelog): add breaking changes to changelog 2019-07-21 15:06:49 +02:00
Nightapes
ab14ab397c refactor(ci): improve testing 2019-07-16 20:42:40 +02:00
Nightapes
c86ad684c6 test(ci services): add test for travis 2019-07-16 20:26:57 +02:00
Nightapes
13afcea8a0 feat(ci): check if running on a ci, else skip release 1.0.0-alpha.0 2019-07-15 21:20:44 +02:00
Nightapes
e3b54c63b0 fix(cmd): don't print help on error 2019-07-15 21:16:25 +02:00
svbeisch@gmail.com
24c8f21967 fix(pkg/semanticrelease): add prerelease for alpha and beta releases 2019-07-14 15:57:12 +02:00
svbeisch@gmail.com
68e7667213 ci(travis): disable cache 2019-07-14 15:55:54 +02:00
svbeisch@gmail.com
507333f087 ci(travis): set loglevel to debug for next version 2019-07-14 15:33:16 +02:00
fwiedmann
09b5ccff80 ci(travis): set loglevel to debug 2019-07-09 22:59:52 +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
3ad20b2d00 feat(cmd/zip): add command to zip configured files 2019-07-09 01:45:16 +02:00
fwiedmann
8f876fa866 feat(cmd/root): r flag default is now current working dir 2019-07-09 01:43:52 +02:00
fwiedmann
9ecd47654d temp(internal/release): fix golint issues 2019-07-07 23:49:08 +02:00