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

Improve local vs production branch workflows #398

Open
epage opened this issue Sep 19, 2024 · 1 comment
Open

Improve local vs production branch workflows #398

epage opened this issue Sep 19, 2024 · 1 comment
Labels
enhancement Improve the expected

Comments

@epage
Copy link
Collaborator

epage commented Sep 19, 2024

Some problems:

  • Local development might involve WIP but those should be prevented in production
  • pre-commit losing the entire commit message due to a minor problem that could be fixed later
  • Fixups that will be resolved before merging of the branch (Allow for fixup! {conventional} #392)
@epage epage added the enhancement Improve the expected label Sep 19, 2024
@epage
Copy link
Collaborator Author

epage commented Sep 19, 2024

One idea is to add lint levels that can be assigned and there can be a way to turn soft-errors for local into hard-errors for production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve the expected
Projects
None yet
Development

No branches or pull requests

1 participant