Skip to content

Commit

Permalink
Merge pull request #50 from VisActor/release/1.2.5
Browse files Browse the repository at this point in the history
[Auto release] release 1.2.5
  • Loading branch information
da730 authored Mar 26, 2024
2 parents 225e3c9 + 16872f2 commit ecc3bd9
Show file tree
Hide file tree
Showing 84 changed files with 5,427 additions and 2,000 deletions.
17 changes: 17 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Add 'vmind' label to any change within the 'vmind' package
vmind:
- packages/vmind/**


# Add 'calculator' label to any change within the 'calculator' package
calculator:
- packages/calculator/**


# Add 'chart-advisor' label to any change within the 'calculator' package
chart-advisor:
- packages/chart-advisor/**




3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
release_version: ${{ steps.semver_parser.outputs.full }}
write_next_bump: true

- name: Generate changelog by rush version
run: node common/scripts/install-run-rush.js version --bump

- name: Update version
run: node common/scripts/install-run-rush.js version --bump

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dist
esm
es
cjs
lib
build
build-es5
*.zip
Expand Down Expand Up @@ -103,3 +104,6 @@ docs/public/documents
.env.local
packages/calculator/tsconfig.cjs.tsbuildinfo
packages/calculator/tsconfig.esm.tsbuildinfo
packages/chart-advisor/tsconfig.esm.tsbuildinfo
packages/chart-advisor/tsconfig.cjs.tsbuildinfo
packages/vmind/__tests__/browser/src/pages/mockData.ts
Loading

0 comments on commit ecc3bd9

Please sign in to comment.