Skip to content

Commit

Permalink
feat(zaity): it adds main features
Browse files Browse the repository at this point in the history
  • Loading branch information
danilolmc committed Nov 10, 2023
1 parent 834e64a commit d8801c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm run build --if-present

- name: Create Zip
run: mkdir temp && zip -r temp/zaity.zip lib
run: mkdir temp && zip -r temp/zaity.zip lib package.json LICENSE

- name: Release
env:
Expand Down
17 changes: 3 additions & 14 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,13 @@
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/npm",
[
"@semantic-release/github",
{
"assets": [
{
"path": "temp/zaity.zip",
"label": "JS Diatribution"
},
{
"path": "CHANGELOG.md",
"label": "CHANGELOG.md"
}
"lib/*",
"CHANGELOG.md"
]
}
]
Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
# [1.0.0-beta.2](https://github.com/danilolmc/zaity/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-10-30)


### Bug Fixes

* **bundling:** it fixes bundling configs ([fedf400](https://github.com/danilolmc/zaity/commit/fedf400f78a30a85f338f487d27d94b3a180e32f))

0 comments on commit d8801c0

Please sign in to comment.