Skip to content

Commit

Permalink
chore(release): 2.17.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.17.3](v2.17.2...v2.17.3) (2022-07-09)

 CID `bafybeihfkeactw26tghz7m3puzh4zqlukvft2f7atfdc7t2qmqn2vszhc4`

 ---

### Bug Fixes

* publish car file with semantic-release ([#1971](#1971)) ([1747030](1747030))
  • Loading branch information
semantic-release-bot committed Jul 9, 2022
1 parent 1747030 commit a3d472b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.17.3](https://github.com/ipfs/ipfs-webui/compare/v2.17.2...v2.17.3) (2022-07-09)


CID `bafybeihfkeactw26tghz7m3puzh4zqlukvft2f7atfdc7t2qmqn2vszhc4`

---



### Bug Fixes

* publish car file with semantic-release ([#1971](https://github.com/ipfs/ipfs-webui/issues/1971)) ([1747030](https://github.com/ipfs/ipfs-webui/commit/17470303f02e156171b9a178130f353d164a9e06))

## [2.17.2](https://github.com/ipfs/ipfs-webui/compare/v2.17.1...v2.17.2) (2022-07-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-webui",
"version": "2.17.2",
"version": "2.17.3",
"private": true,
"scripts": {
"start": "run-script-os",
Expand Down Expand Up @@ -272,11 +272,18 @@
"tarballDir": "dist"
}
],
["@semantic-release/github", {
"assets": [
{"path": "build/ipfs-webui_*.car", "name": "ipfs-webui@${nextRelease.gitTag}.car", "label": "IPFS webui (${nextRelease.gitTag}) CAR file"}
]
}],
[
"@semantic-release/github",
{
"assets": [
{
"path": "build/ipfs-webui_*.car",
"name": "ipfs-webui@${nextRelease.gitTag}.car",
"label": "IPFS webui (${nextRelease.gitTag}) CAR file"
}
]
}
],
"@semantic-release/git"
]
},
Expand Down

0 comments on commit a3d472b

Please sign in to comment.