-
Notifications
You must be signed in to change notification settings - Fork 58
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 changelog to docs #603
Comments
@JulioAPeraza It looks like the new action wasn't triggered by the 0.0.12rc3 release. |
It looks like 0.0.12rc3 was a prereleased, so we will need to add |
It should look like this:
|
Ohhh.... thanks! Do you want to open a PR with the fix? |
Sure! |
I think it is an issue with the tag name of the release. I will open a PR with the fix. |
Is the main branch protected against automatic commits by a GitHub Action? |
The status checks have to pass before PRs can be merged into main. I don't know if there's a way to treat GitHub Actions as special cases. |
I think using a Personal Access Token (PAT) may fix this issue, as pointed out in the git-auto-commit-action repo. This has to be created and stored by you as the admin of the repo, right? After that, we can add:
|
Everything's looking good now (as of 0.0.12rc7), so I'm going to close this. |
Summary
Currently, the only changelog NiMARE has is the release notes. While those notes are useful and comprehensive, most users will not know to check them. I would like to see if we can come up with a way to generate the changelog automatically, whether after each release or after each PR.
Next steps
The text was updated successfully, but these errors were encountered: