-
Notifications
You must be signed in to change notification settings - Fork 170
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
Fix generation of BIDS changelog #1835
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1835 +/- ##
=======================================
Coverage 88.04% 88.04%
=======================================
Files 16 16
Lines 1380 1380
=======================================
Hits 1215 1215
Misses 165 165 ☔ View full report in Codecov by Sentry. |
--enhancement-label "" \ | ||
--bugs-label "" \ | ||
--exclude-labels "exclude-from-changelog" | ||
cat ~/changelog_build/CHANGES.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could start running the changelog generation and linting on every commit to master ... and then commit this as previously, only on "Merge commits" to master.
This would allow us to earlier find issues with generation and linting.
head -n 100 ~/changelog_build/CHANGES.md | ||
sed -i 's/* /- /' ~/changelog_build/CHANGES.md | ||
head -n 100 ~/changelog_build/CHANGES.md | ||
npx remark-cli ~/changelog_build/CHANGES.md --frail --rc-path ~/project/.remarkrc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting confusing issues here. Perhaps it's time we updated github-changelog-generator to a newer version ... not the one from X years, as currently. So far we were blocked from doing that because of this issue: ... however, I think we can just ignore the |
it's really frustrating dealing with github tokens, there are too many, and none seem to work
I cannot find our |
replacing this PR with #1836 |
Note that these issues seem to have been present for months already, and we didn't catch them, unfortunately.