-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Implement continuous deployment #15
Conversation
- consisting of - WIP: test workflow - publish workflow - release-please workflow
- fixing developer connection in scm - removing activation property from release profile - formatting
- use maven wrapper in publish workflow - skip testing in release branches
@Toreno96 @pmiszczak-cksource @zaak Updated the workflows to take in consideration the review. Thanks again. Let me know if it makes sense. |
- to correspond with what is needed - instead of username and password - use username and user access token as a password
@Toreno96 Note to self to re-review |
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.
Just 1 question before I can approve this
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.
LGTM
This PR implements workflows for publishing, testing and version control system release-please. It also adds release-please config for proper functioning and basic sanity test.