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

Ignored bumpFiles should be reported on the output #981

Open
unlocomqx opened this issue Jan 8, 2025 · 2 comments
Open

Ignored bumpFiles should be reported on the output #981

unlocomqx opened this issue Jan 8, 2025 · 2 comments
Labels

Comments

@unlocomqx
Copy link

unlocomqx commented Jan 8, 2025

Describe the bug
No way to know if a bumpFile was ignored by dotgitignore

Current behavior
If dotgitignore decides that a bumpFile is ignored, you're left guessing

Expected behavior
The output should report something like "Skipping file.ext because it's ignored by git"

Additional context
I think dotgitignore got it wrong in my case, although I think it's irrelevant to this repo
Basically I'm in /apps/mylib/ and I was ignoring /apps/mylib/apps/ but dotgitignore thought I was ignoring /apps

/apps/mylib/.gitignore

apps # ignore the apps subfolder --> /apps/mylib/apps
@unlocomqx unlocomqx added the bug label Jan 8, 2025
@TimothyJones
Copy link
Contributor

This package and repository are deprecated and no longer maintained.

However, I have good news! This issue is fixed in the fork commit-and-tag-version, since 12.3.0

npm link

@unlocomqx
Copy link
Author

That's awesome, I will migrate to the new lib then

I appreciate your help, Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants