Skip to content
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

ci: setup release job with github actions #498

Open
missedone opened this issue May 5, 2020 · 2 comments
Open

ci: setup release job with github actions #498

missedone opened this issue May 5, 2020 · 2 comments

Comments

@missedone
Copy link
Collaborator

github actions is quite promising CI/CD solution provided by gtihub, let's implement the release process with github actions so anybody in the team can release it, and the release is consistent.

@sandeepnegi1996
Copy link

Hi @missedone
yes, That will be great, Can you elaborate more on this so that I can research some more on the same thing

@missedone
Copy link
Collaborator Author

Hey , the idea is first define a simple auto release process, then implement with GitHub actions.
The auto release can be triggered when we create a git tag, or push something on the release branch.
The actions workflow will ran the maven build the updatesie, then call gradle to upload it to bintray.
But one blocker is we need to put the bintray to the repo secrets, but I’m not repo owner or admin, can’t do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants