Skip to content

Commit

Permalink
hotfix: removed the dev from vf-verion-prefix (#1872)
Browse files Browse the repository at this point in the history
Co-authored-by: Sandeep Kadam <[email protected]>
  • Loading branch information
sandykadam and Sandeep Kadam authored Feb 13, 2023
1 parent 4dc5fd7 commit bc341ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ A reference guide on how to do releases of the VF [monorepo](https://www.toptal.

1. update the expected new tag version to `/tools/vf-component-library/src/site/_data/siteConfig.js`
- see last tag `git describe --abbrev=0 --tags`
1. Remove `dev` from `vfVersionPrefix` in `/tools/vf-component-library/src/site/_data/siteConfig.js`, this is needed only for development
1. generate an update
- `yarn run releasenotes`
- format and review the newly made file at `tools/vf-component-library/src/site/updates`
Expand Down
2 changes: 1 addition & 1 deletion tools/vf-component-library/src/site/_data/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
// vfVersionPrefix: "dev.",
// use this when tagging a release
vfVersion: "v2.5.10",
vfVersionPrefix: "dev",
vfVersionPrefix: "",
sections: {
about: {
url: "/about",
Expand Down

0 comments on commit bc341ad

Please sign in to comment.