Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a script to automate version bump #1687

Closed
XhmikosR opened this issue Apr 5, 2023 · 0 comments · Fixed by #1694
Closed

Add a script to automate version bump #1687

XhmikosR opened this issue Apr 5, 2023 · 0 comments · Fixed by #1694
Labels
build enhancement New feature or request help wanted Extra attention is needed

Comments

@XhmikosR
Copy link
Member

XhmikosR commented Apr 5, 2023

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

@XhmikosR XhmikosR added enhancement New feature or request help wanted Extra attention is needed build labels Apr 5, 2023
@XhmikosR XhmikosR changed the title Add a cript to automate version bump Add a script to automate version bump Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant