Skip to content

Add a script to automate version bump #1687

@XhmikosR

Description

@XhmikosR

We need a script which will bump the version in the following files:

  1. package.json (1 instance)
  2. package-lock.json (2 instances)
  3. config.yml (1 instance)
  4. later in build/font/css.hbs (1 instance)
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions