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
Release new version of package if the version value in package.json has been changed. This ensures that we have control over the versioning of the package. (Only release/publish if package.json has changed and PR has been merged to main branch)
Use GitHub actions to generate updates to changelog and also make a draft GitHub release.
The current process uses release.sh to generate a changelog and also bump the package version. Under the hood release.sh uses github_changelog_generator ruby gem for changelog generation.
The text was updated successfully, but these errors were encountered:
Changes:
package.json
has been changed. This ensures that we have control over the versioning of the package. (Only release/publish if package.json has changed and PR has been merged to main branch)The current process uses
release.sh
to generate a changelog and also bump the package version. Under the hoodrelease.sh
usesgithub_changelog_generator
ruby gem for changelog generation.The text was updated successfully, but these errors were encountered: