Commit Graph

79 Commits

Author SHA1 Message Date
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
fwiedmann
6e2fa0ddbf temp(pkg/releaser): add ZipFiles Method 2019-07-07 23:42:52 +02:00
Felix Wiedmann
49aaa93cac feat(pkg/semanticrelease): rc is prerelease, beta & alpha are draft 2019-06-20 11:39:37 +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
Felix Wiedmann
849dc6c5b7 feat(analyzer): add 'DRAFT' as messeage identifier 2019-06-20 00:46:59 +02:00
Nightapes
e4ba4834eb fix(branch): get branch from detached HEAD 2019-06-18 22:59:07 +02:00
Nightapes
0eafe84d68 build(travis): add checkout master 2019-06-18 22:03:36 +02:00
Nightapes
443e2ba35c buuild(travis): fix after_success 2019-06-18 21:48:26 +02:00
Nightapes
fff432d8a8 build(travis): fix go lang build 2019-06-18 21:47:31 +02:00
Nightapes
06997c1bfd build(travis): fix go build flags 2019-06-18 21:40:58 +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
Felix Wiedmann
065070657c fix(cmd/commands/next): initialize force flag with default bool 'false' 2019-06-17 22:26:32 +02:00
Felix Wiedmann
f417929def Merge pull request #1 from Nightapes/cleanup
refactor(*): clean up code
2019-06-16 22:55:48 +02:00
Nightapes
c578dc4cef refactor(*): add missing files 2019-06-15 23:29:52 +02:00
Nightapes
4326fd0313 build(travis): change go import path 2019-06-15 23:20:45 +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
fwiedmann
1bc7f4bc67 chore(pkg/config): change if expression 2019-06-14 09:41:14 +02:00
fwiedmann
27ddd1872b chore(pkg/semantic-release): remove unused method call 2019-06-14 09:40:26 +02:00
Felix Wiedmann
ead86a769a chore(pkg/semantic-releaser): check if current branch is configured for releases 2019-06-13 23:45:21 +02:00
Felix Wiedmann
cdf3d15105 ref(pkg/semantic-release): add wrapper method for writing changelog, add method for make a new release 2019-06-13 23:33:42 +02:00
Felix Wiedmann
f8f6a3b256 update(releaser/github): update github provider for previous changes in release config 2019-06-13 23:32:12 +02:00
Felix Wiedmann
cd362c63bd chore(config): add providers default domains, git providers can now specify a custom provider url for supported providers, add releaseTitle in config 2019-06-13 23:31:14 +02:00