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

why release check said it is not needed? #742

Open
yarikoptic opened this issue Feb 24, 2024 · 2 comments
Open

why release check said it is not needed? #742

yarikoptic opened this issue Feb 24, 2024 · 2 comments

Comments

@yarikoptic
Copy link
Member

@jwodder any immediate idea why

image

even though we had many PRs merged and recent one then had release label?

@jwodder
Copy link
Member

jwodder commented Feb 26, 2024

@yarikoptic It's not saying that a release isn't needed; the auto version command is simply erroring for an unknown reason. I don't believe trying to get debugging information with -v would help, as, last time I checked, auto sent all its debug information to stdout instead of stderr, so it'd all get captured in the version variable.

@yarikoptic
Copy link
Member Author

eh, locally for me it seems to be ok:

❯ GH_TOKEN=$(git config hub.oauthtoken) intuit-auto version
patch

but I guess we just should (always) run ~/auto version -v before without capturing into variable to see what is wrong if anything goes wrong. ... will submit PR for that with release label.

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

No branches or pull requests

2 participants