-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
buildenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
We need a script which will bump the version in the following files:
- package.json (1 instance)
- package-lock.json (2 instances)
- config.yml (1 instance)
- later in build/font/css.hbs (1 instance)
- later in build/font/scss.hbs (1 instance)
The first two should be possible with npm version without creating a tag, but maybe we should/could go with a simpler version of https://github.com/twbs/bootstrap/blob/main/build/change-version.js without glob and just a list of files and the exact string. Or a combination of the two or something.
Any help is welcome!
Related #1594
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed