275 Commits

Author SHA1 Message Date
Nightapes
89f4842a2b fear(ci): add github actions 2019-08-21 21:39:05 +02:00
Nightapes
7857b5f6f3 build(actions): add debug print 2019-08-21 21:23:07 +02:00
Nightapes
115964c9c1 fix(github): use env GITHUB_TOKEN for releaser 2019-08-21 21:06:57 +02:00
Nightapes
2f2f7e51fb build(ci): remove matrix, cache is missing 2019-08-21 20:52:53 +02:00
Nightapes
f1bb5470c0 test(internal): fix broken test after golang update 2019-08-21 20:39:58 +02:00
Nightapes
be1e483baa build(ci): fix action file 2019-08-21 20:06:30 +02:00
Nightapes
17f1890ca1 build(ci): update github action 2019-08-21 20:03:35 +02:00
Sebastian
6a53c3e587 build(ci): build needs test 2019-08-21 19:46:23 +02:00
Sebastian
a068e65369 build(ci): fix file 2019-08-21 19:41:51 +02:00
Sebastian
9e847c6af9 build(ci): add github action 2019-08-21 19:39:48 +02:00
fwiedmann
2eb64f153a test(util): add defer statement for testServer 2019-08-13 23:28:13 +02:00
fwiedmann
a6c651a97f fix(github): remove 'draft' option because releases will always be published public 2019-08-13 23:01:38 +02:00
Felix Wiedmann
e0a4725f06 Merge pull request #10 from Nightapes/fixes
Fixes
1.0.0-beta.0
2019-08-11 23:02:12 +02:00
Nightapes
9cf4eab1d2 fix(cmd): don't print current dir in help text 2019-08-11 18:28:13 +02:00
Nightapes
6a514158ce fix(cache): save commits to cache to avoid empty changelog 2019-08-11 18:27:52 +02:00
Felix Wiedmann
f30c508f2a Merge pull request #9 from Nightapes/gitlab
Gitlab
2019-08-11 16:05:17 +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
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