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
In the RELEASE.md document here first CHANGELOG files from all the 3 repos are changed but when ./prepare-release.sh script is executed it makes a commit only from the files it changed(all the package.json files) ignoring any other files. But all the files needed for the commit should ideally come in one commit.
Acceptance criteria
Hence it would be nice if ./prepare-release.sh script takes into account all the CHANGELOG files from each of the repository's and makes a commit.
Tasks
Take into account CHANGELOG files while making a commit.
The text was updated successfully, but these errors were encountered:
Description
In the
RELEASE.md
document here firstCHANGELOG
files from all the 3 repos are changed but when./prepare-release.sh
script is executed it makes a commit only from the files it changed(all the package.json files) ignoring any other files. But all the files needed for the commit should ideally come in one commit.Acceptance criteria
./prepare-release.sh
script takes into account all theCHANGELOG
files from each of the repository's and makes a commit.Tasks
CHANGELOG
files while making a commit.The text was updated successfully, but these errors were encountered: