hedia-team / .github

0 stars 0 forks source link

find out how to make 'deps' cause releases #73

Closed aimeerivers closed 1 month ago

aimeerivers commented 1 month ago

we have made Update Please create PRs of type 'deps' thinking this would cause Release Please to include them as elligible for making releases.

however, it doesn't!

i believe we should be able to make a release-please-config.json file somewhere, and make it look like this:

{
    "changelog-sections": [
        {
            "type": "feat",
            "section": "Features"
        },
        {
            "type": "fix",
            "section": "Bug Fixes"
        },
        {
            "type": "deps",
            "section": "Dependencies",
            "hidden": false
        }
    ]
}

however, with everything i've tried so far, it doesn't even seem to notice this file. i wonder if the shared workflow is causing an issue.

i've decided this isn't the most important thing for me to look at right now, so i'm making this task instead.