@bniladridas/cursor 0.1.15 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/formula-sha.yml +2 -2
- package/.github/workflows/release.yml +14 -2
- package/package.json +1 -1
- package/release/checksums.txt +4 -4
- package/release/cursor-linux/cursor_v0.1.16_linux_amd64.tar.gz +0 -0
- package/release/cursor-macos/cursor-0.1.16.arm64_sequoia.bottle.tar.gz +0 -0
- package/release/cursor-macos/cursor_v0.1.16_darwin_arm64.tar.gz +0 -0
- package/release/cursor-windows/cursor__windows_amd64.zip +0 -0
- package/release/cursor-linux/cursor_v0.1.15_linux_amd64.tar.gz +0 -0
- package/release/cursor-macos/cursor-0.1.15.arm64_sequoia.bottle.tar.gz +0 -0
- package/release/cursor-macos/cursor_v0.1.15_darwin_arm64.tar.gz +0 -0
|
@@ -56,8 +56,8 @@ jobs:
|
|
|
56
56
|
rm bottle.tar.gz
|
|
57
57
|
fi
|
|
58
58
|
|
|
59
|
-
git config user.name "
|
|
60
|
-
git config user.email "
|
|
59
|
+
git config user.name "brand-cursor[bot]"
|
|
60
|
+
git config user.email "4087321+brand-cursor[bot]@users.noreply.github.com"
|
|
61
61
|
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/palmshed/homebrew-cursor
|
|
62
62
|
branch="formula-sha-${tag}"
|
|
63
63
|
git checkout -b "$branch"
|
|
@@ -7,6 +7,7 @@ on:
|
|
|
7
7
|
|
|
8
8
|
permissions:
|
|
9
9
|
contents: write
|
|
10
|
+
pull-requests: write
|
|
10
11
|
id-token: write
|
|
11
12
|
|
|
12
13
|
jobs:
|
|
@@ -187,8 +188,8 @@ jobs:
|
|
|
187
188
|
if [ -n "${BOTTLE_SHA}" ]; then
|
|
188
189
|
sed -i "s|sha256 arm64_sequoia: \".*\"|sha256 arm64_sequoia: \"${BOTTLE_SHA}\"|" Formula/cursor.rb
|
|
189
190
|
fi
|
|
190
|
-
git config user.name "
|
|
191
|
-
git config user.email "
|
|
191
|
+
git config user.name "brand-cursor[bot]"
|
|
192
|
+
git config user.email "4087321+brand-cursor[bot]@users.noreply.github.com"
|
|
192
193
|
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/palmshed/homebrew-cursor
|
|
193
194
|
branch="release/${GITHUB_REF_NAME}"
|
|
194
195
|
git checkout -b "$branch"
|
|
@@ -216,3 +217,14 @@ jobs:
|
|
|
216
217
|
run: |
|
|
217
218
|
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
|
|
218
219
|
npm publish --access public --provenance 2>&1 || echo "already published"
|
|
220
|
+
|
|
221
|
+
- name: Create version update PR
|
|
222
|
+
uses: peter-evans/create-pull-request@v8
|
|
223
|
+
with:
|
|
224
|
+
token: ${{ steps.app-token.outputs.token }}
|
|
225
|
+
base: main
|
|
226
|
+
branch: release/${{ github.ref_name }}
|
|
227
|
+
title: "chore: bump package version for ${{ github.ref_name }}"
|
|
228
|
+
body: "Bumps package.json version for ${{ github.ref_name }}."
|
|
229
|
+
add-paths: package.json
|
|
230
|
+
commit-message: "chore: bump package version to ${{ github.ref_name }}"
|
package/package.json
CHANGED
package/release/checksums.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
b3b000bb7c246f2f7c2ef259a9953f7608d5df26f3cc50c475bbc756fb3c9dc4 release/cursor-macos/cursor-0.1.16.arm64_sequoia.bottle.tar.gz
|
|
2
|
+
baf6a6e79276f784ac738842ef4d4a7e2c92824b6c19daa4c0aa4d7ec13bba60 release/cursor-macos/cursor_v0.1.16_darwin_arm64.tar.gz
|
|
3
|
+
d4caf8a82698fec9486fd9ee6e279c3c102d0a910fc6029a4593aacc496affaa release/cursor-linux/cursor_v0.1.16_linux_amd64.tar.gz
|
|
4
|
+
5ec19d44d38ba5db60c2612796c1ce0851a2c7e22f5f2b18417d25449d1e52cb release/cursor-windows/cursor__windows_amd64.zip
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|