You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developers really shouldn't be relying on main. It's not supposed to be that stable. We should document the currently leading version, allowing main to be a little less stable.
Prior Work
Release please supports with in .release-please-config.json with extra-files
{
..."extra-files": [
"path/to/file"
],
...
}
You simply have to add # x-release-please-version on the line with the version in it.