Skip to content

Commit 02d9be3

Browse files
committed
Merge branch 'release/next'
2 parents 860b57a + a43e3b5 commit 02d9be3

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.github/workflows/release-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
echo "found=false" >> "$GITHUB_OUTPUT"
4343
fi
4444
45+
- name: Build
46+
if: steps.check_changesets.outputs.found == 'false'
47+
run: npm run build
48+
4549
- name: Create GitHub Release and Publish to npm via Changesets
4650
if: steps.check_changesets.outputs.found == 'false'
4751
uses: changesets/action@v1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @addon-core/storage
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [`e39a7db`](https://github.com/addon-stack/storage/commit/e39a7dbfe1c91bdb6ee6f9f50e08215304fd9ed8) Thanks [@addon-stack](https://github.com/addon-stack)! - update release workflow to run build step before publishing
8+
39
## 0.2.0
410

511
### Minor Changes

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"vcs": {
2020
"enabled": true,
2121
"clientKind": "git",
22-
"useIgnoreFile": true
22+
"useIgnoreFile": false
2323
},
2424
"files": {
2525
"includes": [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@addon-core/storage",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"license": "MIT",
66
"repository": {
@@ -48,7 +48,7 @@
4848
"biome check --write --unsafe",
4949
"npm run test:related --"
5050
],
51-
"*.{json,md,mdx,yml,yaml,css,scss,html}": [
51+
"*.{json,md,mdx,css,scss,html}": [
5252
"biome format --write"
5353
]
5454
},

0 commit comments

Comments
 (0)