Skip to content

Commit

Permalink
Merge pull request #23 from carbonteq/dev
Browse files Browse the repository at this point in the history
Update deno.jsonc version
  • Loading branch information
volf52 authored Nov 15, 2024
2 parents 32450f5 + 96bb161 commit 6acee5f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-olives-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@carbonteq/fp": patch
---

Test publish
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Create Release PR or Publish Packages
uses: changesets/action@v1
id: changesets
with:
title: "🦋 Changeset release"
commit: "chore(changeset): release"
Expand All @@ -39,12 +40,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update version for deno/jsr
if: steps.changesets.outputs.hasChangesets == 'false'
if: steps.changesets.outputs.published == 'true'
run: node sync_versions.mjs
- name: Format deno.jsonc
if: steps.changesets.outputs.hasChangesets == 'false'
if: steps.changesets.outputs.published == 'true'
run: pnpm biome format deno.jsonc --write
- name: Commit updated deno.jsonc
if: steps.changesets.outputs.published == 'true'
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update version deno.jsonc
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbonteq/fp",
"version": "0.6.0",
"version": "0.7.0",
"publish": {
"include": ["src", "README.md", "LICENCE", "package.json", "deno.jsonc"]
},
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"import": "./dist/index.js"
}
},
"files": [
"/dist"
],
"files": ["/dist"],
"scope": "@carbonteq",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6acee5f

Please sign in to comment.