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

Developer Workflow proposed. #29

Open
dougransom opened this issue Oct 18, 2022 · 1 comment
Open

Developer Workflow proposed. #29

dougransom opened this issue Oct 18, 2022 · 1 comment

Comments

@dougransom
Copy link
Member

for DT projects to consider adopting, but at least for natlinkcore:

  • main/master renamed to dev, default branch.
  • merges from forks/other branches/PRs are squash-merged to dev. Nobody works on the dev branch in DT.
  • wheels automatically built with flit but not published to pypi. we can install them from github or something.
  • releases are in a release branch. these are squash-merged from the dev branch, with a goal of one commit-release.
  • release and dev branches are tagged through a known scheme.
    Motivation: git history very cluttered on main branches where it doesn't need to be. Feature branches in dev forks are where the detailed history can/should be maintained.

bug fix branches — deal with that if we ever actually need one.

@LexiconCode
Copy link
Member

Having a clean git history is super important. The issue of doing it one commit per release is it changes how the get history is generated. See https://github.com/dictation-toolbox/natlink/releases/tag/NATLINK_5_3_4

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