Skip to content

Commit 4a6a34f

Browse files
committed
Merge branch 'master' into feature/component-data-table
2 parents 3e1891c + 1fd791f commit 4a6a34f

File tree

332 files changed

+1909
-1895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+1909
-1895
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm run ci-project
29+
- run: npm ci
3030
#- run: npm run build --if-present
3131
- run: npm test

.github/workflows/deploy_storybook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
uses: bitovi/[email protected]
2020
with:
2121
path: storybook-static
22-
install_command: npm ci --force
22+
install_command: npm ci
2323
build_command: npm run storybook:build

.github/workflows/publish_npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: '22.x'
1717
registry-url: 'https://registry.npmjs.org'
18-
- run: npm run ci-project
18+
- run: npm ci
1919
- run: npm run build --if-present
2020
- run: npm test
2121
- run: npm publish --provenance --access public

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ To create a new release:
2020

2121
- Create a release branch named `release/vx.y.z`.
2222

23-
- Submit a release PR targeting the `master` branch:
23+
- Submit a release PR:
2424
- Bump the version in `package.json.js`.
2525
- Run `npm run install-project` to update the `package.json` and `package-lock.json` files.
26-
- The commit message should be of the form "Release vx.y.z"
26+
- Create a new PR targeting the `master` branch.
27+
- The commit message should be of the form "Release vx.y.z".
2728
- The title of the release PR should be of the form "Release vx.y.z"
2829

29-
- Once the PR is merged, create a new release:
30+
- Once the PR is merged, create a new GitHub release:
3031
- Go the GitHub repo, and navigate to ["Releases"](https://github.com/fortanix/baklava/releases).
3132
- Click ["Draft a new release"](https://github.com/fortanix/baklava/releases/new).
3233
- Under "Choose a new tag", create a new tag of the form `vx.y.z`.

0 commit comments

Comments
 (0)