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

Switch to main branch based development #309

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Switch to main branch based development #309

merged 1 commit into from
Nov 22, 2023

Conversation

dbast
Copy link
Member

@dbast dbast commented Nov 22, 2023

Reasons:

  • shortens the development process
  • ci + linting workflows allow to keep the quality up and potentially do a minor/major release after every PR merge to main... so there won't be that many un-released changes waiting in the main branch, that maybe confuse users as a tagged=releases version behave differently to what the current README says (which happened in the past).
  • enables better usage of dependabot, as it analyses the repo default branch (main) and then doing PRs against develop would often fail if that deviates.
  • more in line in regards to how other popular actions are devloped (like https://github.com/actions/checkout or https://github.com/actions/cache or https://github.com/docker/build-push-action)

@goanpeca goanpeca merged commit 20d0d80 into main Nov 22, 2023
49 checks passed
@dbast dbast deleted the contrib branch November 23, 2023 09:04
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

Successfully merging this pull request may close these issues.

None yet

2 participants