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

Add updateSubmodulesBeforeCommit option (fixes #348) #347

Closed
wants to merge 1 commit into from

Conversation

marcelopaulon
Copy link

@marcelopaulon marcelopaulon commented May 3, 2022

This option makes the plugin perform git submodule update before each commit. This is useful because, without it, the plugin ends up overriding submodule references upon closing hotfix/feature/release branches (#348).

@marcelopaulon marcelopaulon changed the title Add updateSubmodulesBeforeCommit option Add updateSubmodulesBeforeCommit option (issue #348) May 3, 2022
@marcelopaulon marcelopaulon changed the title Add updateSubmodulesBeforeCommit option (issue #348) Add updateSubmodulesBeforeCommit option (fixes #348) May 3, 2022
@aleksandr-m
Copy link
Owner

Can we automatically determine if update is necessary? Maybe checking presence of .gitmodules file, or something?

@aleksandr-m
Copy link
Owner

Implemented in 231ebb6.

@aleksandr-m aleksandr-m closed this Oct 2, 2022
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.

2 participants