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

ci: ignore git uncommitted changes when releasing #1441

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

devcorpio
Copy link
Contributor

@devcorpio devcorpio commented Sep 27, 2023

Goal

If we want to make sure .npmrc modifications don't affect the lerna release, we should tell git to ignore the modifications with git update-index --no-skip-worktree .npmrc

At this point, we still have the release and notifications disabled to avoid being noisy

@devcorpio devcorpio merged commit 49ebd80 into main Sep 27, 2023
14 of 20 checks passed
@devcorpio devcorpio deleted the ignore-git-uncommitted branch September 27, 2023 11:29
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