Skip to content

Commit ab6a6ba

Browse files
github-actions[bot]Hebilicious
authored andcommitted
release: πŸ“¦ update packages version (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f483e82 commit ab6a6ba

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

β€Ž.changeset/deep-cats-shop.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.github/workflows/release.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
uses: changesets/action@v1
3131
with:
3232
commit: "chore(release): update release & CHANGELOG.md"
33-
title: "πŸ“¦ Update Packages Version"
33+
title: "release: πŸ“¦ update packages version"
3434
version: npm run version
3535
publish: echo "This should be the publish to npm command"
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Publish to jsr.io
40-
if: steps.changesets.outputs.published == 'true'
40+
if: steps.changesets.outputs.hasChangesets == 'false'
4141
run: npx @qingshaner/jsr-release publish --changesetReleases='${{ steps.changesets.outputs.publishedPackages }}'

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @hebilicious/cssforge
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a202035: Initial Release

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebilicious/cssforge",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"scripts": {
55
"version": "npx @changesets/cli version && npx @qingshaner/jsr-release --allowDirty version --sync"
66
}

0 commit comments

Comments
Β (0)