Skip to content

Commit

Permalink
Issue/1966 (#1968)
Browse files Browse the repository at this point in the history
* Issue 1966 : Updated build process document with missing step for `vfVersionPrefix` update
* Issue 1945 : Updated changelog for Angular and React support for vf-blockquote
  • Loading branch information
bhushan-ebi committed Oct 6, 2023
1 parent 9d870b9 commit 6ca3da3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PUBLISHING.md
Expand Up @@ -61,7 +61,7 @@ A reference guide on how to do releases of the VF [monorepo](https://www.toptal.
1. add release notes to the tag and link to the new blog post
- https://github.com/visual-framework/vf-core/releases
- https://stable.visual-framework.dev/updates/
1. Add `develop` to `vfVersion` in `/tools/vf-component-library/src/site/_data/siteConfig.js`, this is needed only for development. Push this change to `develop` branch.
1. Add `dev` to `vfVersionPrefix` in `/tools/vf-component-library/src/site/_data/siteConfig.js`, this is needed only for development. Push this change to `develop` branch.

## Appendix of useful Lerna commands

Expand Down
4 changes: 3 additions & 1 deletion tools/vf-component-library/CHANGELOG.md
@@ -1,6 +1,8 @@
### 1.2.7
* Documentation: Updated build process document with missing step for `vfVersion` update
* Documentation: Updated build process document with missing step for `vfVersionPrefix` update
* [Tracking issue](https://github.com/visual-framework/vf-core/issues/1966)
* Added : Angular support for Blockquote component
* Added : React support for Blockquote component

### 1.2.6

Expand Down
6 changes: 3 additions & 3 deletions tools/vf-component-library/src/site/_data/siteConfig.js
Expand Up @@ -12,11 +12,11 @@ module.exports = {
buildTime: DateTime.fromISO(new Date().toISOString()),
// vfVersion: global.vfVersion,
// use this when NOT tagging a release
vfVersion: "develop",
// vfVersion: "develop",
// vfVersionPrefix: "dev.",
// use this when tagging a release
// vfVersion: "v2.5.13",
vfVersionPrefix: "",
vfVersion: "v2.5.13",
vfVersionPrefix: "dev",
sections: {
about: {
url: "/about",
Expand Down

0 comments on commit 6ca3da3

Please sign in to comment.