-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Release notes for @actions/github 1.0.1 #104
Comments
Whoops, sorry forgot to update the release notes - they should be updated now, it included a small change to enable simpler webpack configs (#101). |
Same issue with the 1.1.0 releases. |
Updated, sorry about that - will get better at this |
There's also a 1.1.0 update for |
No, that's it. Will update there as well |
@damccorm I was looking into this more and what I found is because this is a mono repo the "repository": {
"type": "git",
- "url": "git+https://github.com/actions/toolkit.git"
+ "url": "git+https://github.com/actions/toolkit.git",
+ "directory": "packages/github"
}, Then That should then allow Dependabot to pull the correct change log for each package instead of showing a list of commits like it's doing now. I was going to PR the changes but wasn't sure if you wanted them made. |
We would gladly accept a PR. |
This change is in #143 |
The change log is showing in Dependabot's PRs now xt0rted/block-autosquash-commits-action#44 |
I just got a PR from dependabot bumping
@actions/github
to version1.0.1
but there doesn't seem to be release notes for this in the project folder, or a release/tag. Is there an easier way to see what changed than looking through the commits?The text was updated successfully, but these errors were encountered: