-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial CI Build Refactor #962
Conversation
Simplified the `travis` configuration back to it's minimal form to create a new starting point. * Adding Explicit Deploy stage * Updating documentation and adding tagging to the release script * Adding tag configuration to pom * Configured Travis to Skip the commits created when preparing the release * Adding Git Credentials * Added Sync Stage during releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it, FWIW, later we can clone the feign-forms
approach that uses some travis deployment support
@@ -129,6 +131,11 @@ | |||
<email>velo br at gmail dot com</email> | |||
<url>about.me/velo</url> | |||
</developer> | |||
<developer> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
I think that makes a lot of sense. I was thinking about doing the same thing, adding a GitHub release stage. I'll create a new issue for that. |
Simplified the `travis` configuration back to it's minimal form to create a new starting point. * Adding Explicit Deploy stage * Updating documentation and adding tagging to the release script * Adding tag configuration to pom * Configured Travis to Skip the commits created when preparing the release * Adding Git Credentials * Added Sync Stage during releases
Simplified the `travis` configuration back to it's minimal form to create a new starting point. * Adding Explicit Deploy stage * Updating documentation and adding tagging to the release script * Adding tag configuration to pom * Configured Travis to Skip the commits created when preparing the release * Adding Git Credentials * Added Sync Stage during releases
Simplified the `travis` configuration back to it's minimal form to create a new starting point. * Adding Explicit Deploy stage * Updating documentation and adding tagging to the release script * Adding tag configuration to pom * Configured Travis to Skip the commits created when preparing the release * Adding Git Credentials * Added Sync Stage during releases
Fixes: #963
Simplified the
travis
configuration back to it's minimal form to createa new starting point.