Use external Version constant and get from the workflow #265
No reviewers
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
step
doing
step
review
step
testing
step
todo
step
uat
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
won't fix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
RabbitLabs/random-bunny!265
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/260-package-version-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#260
WIP: Use external Version constant and get from the workflowto Use external Version constant and get from the workflowApprove — CI-driven CLI versioning looks good to merge.
What changed
src/constants/Version.ts(defaults to'local'for dev builds).'2.4'.publish.ymlwrites the tag name (stripping a leadingv) beforeyarn build/yarn package.staging.ymlwritesgithub.REF_NAMEbefore packaging on develop/release/hotfix branches.What looks good
v2.5.0→2.5.0) is correct.'local'default.Non-blocking
test.ymldoes not runyarn packageyet; fine as follow-up if you want CI to assert packaged binaries on feature branches.release/2.5.0) rather than a semver; acceptable if that is intentional for stage artifacts.No merge-blocking issues.