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

release: handle multiple branches #31

Open
kousu opened this issue Nov 30, 2022 · 1 comment
Open

release: handle multiple branches #31

kousu opened this issue Nov 30, 2022 · 1 comment

Comments

@kousu
Copy link
Member

kousu commented Nov 30, 2022

Update the actions workflows, both sync-upstream.yml and release.yml, so that we can maintain an arbitrary number of feature branches, starting with:

These should all be regularly rebased on upstream/main, and, except for release-action itself, built and pushed to /releases when a new upstream release comes out.

Also, make sure to handle

which should be the merge of both of those (so, probably, cornerstone rebased on git-annex)

All of these steps should run as separate jobs so it's easy to see what went wrong when something goes wrong. The problem with the current workflows is they do everything in one shot, so it's difficult to scale and even more difficult to do #17.

@kousu
Copy link
Member Author

kousu commented Nov 30, 2022

This might call for pulling out https://stacked-git.github.io/

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

1 participant