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
The current release processes have changed, and we need to update the internal utilities that manage some of them and remove the deprecated ones.
The current scripts/tags.py file used to create the tags doesn't adapt to the current release process. We want to split it into two processes and let the values can be defined using parameters instead of hardcoded values that force us to commit and push the changes to the remote.
We want to separate the process to:
Bump: bump the plugin version. The script should accept parameters to define the version.
Tag: create the target tags. The script should accept the revision and tag_suffix parameters.
Tasks
Remove stage and commit properties from the package.json
Separate the current scripts/tags.py
bump
tags
The text was updated successfully, but these errors were encountered:
Desvelao
changed the title
Split scripts/tags.py in 2 separate processes: bump and tags
Update the release utilities to the current release processes
Jul 7, 2023
Desvelao
changed the title
Update the release utilities to the current release processes
Update the release utilities to the current processes
Jul 7, 2023
Description
The current release processes have changed, and we need to update the internal utilities that manage some of them and remove the deprecated ones.
The current
scripts/tags.py
file used to create the tags doesn't adapt to the current release process. We want to split it into two processes and let the values can be defined using parameters instead of hardcoded values that force us to commit and push the changes to the remote.We want to separate the process to:
revision
andtag_suffix
parameters.Tasks
stage
andcommit
properties from thepackage.json
scripts/tags.py
The text was updated successfully, but these errors were encountered: