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
So just to get an idea of what we are looking at doing here.
Workflow:
Checkout new feature/bugfix branch
code and other goodies
push new branch + Pull Request
Tests pass
Peer review
Merge PR into master
Tests pass
new release is auto generated from Travis with name such as current.version-commit-sha-beta or something similar(is this step needed? seems like this would be the staging portion of the release process?)
at some point a manual tag/release would be made where changelog and actual version created and pushed
So then we would probably want to somehow work in a version checker into the pipeline that could pull all release names from github(non-dev unless they somehow opt into beta releases) and then compare to current release and prompt user "New version X.Y.Z is available" and somehow make it easy for user to upgrade
No description provided.
The text was updated successfully, but these errors were encountered: