You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: