Commit Graph

53 Commits

Author SHA1 Message Date
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
Felix Wiedmann
374548c454 chore(pkg/semantic-release/changelog): get URL parameter from release-config 2019-06-13 21:45:55 +02:00
Felix Wiedmann
c8a9f04f6b chore(config): add debug log 2019-06-13 20:10:06 +02:00
Felix Wiedmann
edd1cbbfec chroe(config): fix go lint issues 2019-06-13 19:47:04 +02:00
Felix Wiedmann
ef60526644 chore(config/gitprovider): remove yaml description for accessToken 2019-06-13 19:37:55 +02:00
Felix Wiedmann
882a1f4c29 feat(config/releaserconfig): change git provider from several type structs to one for simplicity 2019-06-13 19:31:56 +02:00
Felix Wiedmann
1194187047 merge travis to origin 2019-06-13 18:21:47 +02:00
Felix Wiedmann
63ea1e00a3 update(go.sum): update 2019-06-13 18:19:14 +02:00
Nightapes
a1498f3e32 feat(changelog): add order and hash url 2019-06-10 16:24:44 +02:00
Felix Wiedmann
4011cd5a8c feat(config): add option for draft, prerelease, provider: user, accesstoken 2019-06-05 22:22:06 +02:00
Felix Wiedmann
2dd59be362 ref(releaser/github): uses now the google github libary 2019-06-05 22:20:42 +02:00
Felix Wiedmann
17f715beca tmp(releaser): add helper methods for releasers 2019-05-28 22:12:45 +02:00
Felix Wiedmann
29a97cbba4 feat(config): add list of assets with name and bool if the asset should be compressed 2019-05-28 22:12:00 +02:00
Felix Wiedmann
a1df565da1 Merge remote-tracking branch 'origin/travis' into add_git_releases 2019-05-28 18:47:44 +02:00
Felix Wiedmann
1c9b6d5c41 tmp(releser, github-provider): add releaser and github as first release provider 2019-05-28 18:44:27 +02:00
Nightapes
fc7e6366c2 feat(changelog): add first draft for changelog generation 2019-05-25 18:10:24 +02:00
Nightapes
9f7d3e3b58 refactor(versioning): clean up version calculation and logs 2019-05-16 21:30:35 +02:00
Felix Wiedmann
ed18a9e4cb Merge branch 'travis' of github.com:Nightapes/go-semantic-release into add_git_releases 2019-05-15 22:10:23 +02:00
Nightapes
d7664eb8e8 feat(config): add config file 2019-05-15 22:09:52 +02:00
Felix Wiedmann
08c89a42a8 Merge branch 'travis' of github.com:Nightapes/go-semantic-release into add_git_releases 2019-05-15 21:31:23 +02:00
Felix Wiedmann
3c3ba8dacb chore(.gitignore): add 'go-semantic-release' binary for development on linux 2019-05-14 22:20:23 +02:00
Nightapes
abede95350 refactor(cli): clean up comands 2019-05-14 21:39:39 +02:00
Nightapes
d0c018a5b8 build(travis): enable cache 2019-05-14 20:25:05 +02:00
Nightapes
1dee6e9872 build(travis): update golangci-lint run call 2019-05-14 20:22:23 +02:00
Nightapes
20698c9679 style(lint): fix lint issues 2019-05-14 20:19:36 +02:00
Nightapes
9aa7adedce refactor(internal): remove empty file 2019-05-14 19:42:42 +02:00
Nightapes
a2954759a0 build(travis): enable go mod 2019-05-14 19:40:36 +02:00