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
Running the version bump script should update the changelog to include a section that displays the version of CDK that the new version of RFDK is depending on.
Use Case
Currently the process of adding the version of CDK is done manually after the bump script is ran. We would like to automate this process and combine it into the bump script.
Proposed Solution
This can be accomplished by pulling the CDK version from the package.json using node and then using sed in bash.sh to find the correct spot in the changelog and add in the new section.
👋 I may be able to implement this feature request
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered:
Fixes#173 and #200
* Added automation for bumping the RFDK version in the python example
* Added automation for adding a section to the changelog that lists the
version of CDK that this version of RFDK depends on
Fixes#173 and #200
* Added automation for bumping the RFDK version in the python example
* Added automation for adding a section to the changelog that lists the
version of CDK that this version of RFDK depends on
* chore: updates to the bump script
Fixes#173 and #200
* Added automation for bumping the RFDK version in the python example
* Added automation for adding a section to the changelog that lists the
version of CDK that this version of RFDK depends on
* Addressed PR feedback
Running the version bump script should update the changelog to include a section that displays the version of CDK that the new version of RFDK is depending on.
Use Case
Currently the process of adding the version of CDK is done manually after the bump script is ran. We would like to automate this process and combine it into the bump script.
Proposed Solution
This can be accomplished by pulling the CDK version from the
package.json
usingnode
and then usingsed
inbash.sh
to find the correct spot in the changelog and add in the new section.This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: