Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Manually extract and build the version information #3673

Closed
wants to merge 1 commit into from

Conversation

jrjohnson
Copy link
Member

The update-version library doesn't do any incrementing on our behalf, it just sets the values we send it. So we have to combine some other information to set this to the right version.

First we extract the data from the current package.json, then we increment it using the semver library, then we pull that incremented version string apart, and lastly we set the values of those individual parts.

The update-version library doesn't do any incrementing on our behalf, it
just sets the values we send it. So we have to combine some other
information to set this to the right version.

First we extract the data from the current package.json, then we
increment it using the semver library, then we pull that incremented
version string apart, and lastly we set the values of those individual
parts.
@jrjohnson jrjohnson requested a review from stopfstedt January 26, 2024 21:16
@jrjohnson
Copy link
Member Author

Going to try this with versionup instead.

@jrjohnson jrjohnson closed this Jan 26, 2024
@jrjohnson jrjohnson deleted the fix-tag-workflow-again branch January 26, 2024 21:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant