Skip to content

Commit 113c1d0

Browse files
committed
chore: update mentions of Stoat to Upryzing
1 parent dd970c6 commit 113c1d0

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Commit changes
3131
uses: EndBug/add-and-commit@v9
3232
with:
33-
author_name: Stoat CI
34-
author_email: stoat-ci@users.noreply.github.com
33+
author_name: Upryzing CI
34+
author_email: upryzing-ci@users.noreply.github.com
3535
message: "chore: build library from latest spec [skip ci]"
3636

3737
- name: Find current API version
@@ -54,34 +54,34 @@ jobs:
5454
if: steps.check-tag.outputs.exists == 'false'
5555
uses: EndBug/add-and-commit@v9
5656
with:
57-
author_name: Stoat CI
58-
author_email: stoat-ci@users.noreply.github.com
57+
author_name: Upryzing CI
58+
author_email: upryzing-ci@users.noreply.github.com
5959
tag: "${{ steps.check-api.outputs.api-version }} --force"
6060
message: "chore: bump version to ${{ steps.check-api.outputs.api-version }} [skip ci]"
6161

6262
- name: Publish to npm
6363
run: npm publish --provenance --ignore-scripts
6464
if: steps.check-tag.outputs.exists == 'false'
65-
env:
66-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
65+
# env:
66+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6767

68-
- name: Checkout stoat.js repository
68+
- name: Checkout upryzing.js repository
6969
if: steps.check-tag.outputs.exists == 'false'
7070
uses: actions/checkout@v3
7171
with:
72-
repository: stoatchat/javascript-client-sdk
73-
path: stoat.js
72+
repository: upryzing/upryzing.js
73+
path: upryzing.js
7474
token: ${{ secrets.GITHUB_TOKEN }}
7575

76-
- name: Update stoat-api dependency
76+
- name: Update @upryzing/api dependency
7777
if: steps.check-tag.outputs.exists == 'false'
78-
run: cd stoat.js && pnpm add stoat-api@${{ steps.check-api.outputs.api-version }}
78+
run: cd upryzing.js && pnpm add @upryzing/api@${{ steps.check-api.outputs.api-version }}
7979

8080
- name: Commit changes
8181
if: steps.check-tag.outputs.exists == 'false'
8282
uses: EndBug/add-and-commit@v4
8383
with:
84-
cwd: "stoat.js"
85-
author_name: Stoat CI
86-
author_email: stoat-ci@users.noreply.github.com
87-
message: "chore: update stoat-api to ${{ steps.check-api.outputs.api-version }}"
84+
cwd: "upryzing.js"
85+
author_name: Upryzing CI
86+
author_email: upryzing-ci@users.noreply.github.com
87+
message: "chore: update @upryzing/api to ${{ steps.check-api.outputs.api-version }}"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "stoat-api",
2+
"name": "@upryzing/api",
33
"version": "0.10.3",
4-
"description": "Stoat API Library",
4+
"description": "Upryzing API Library",
55
"type": "module",
66
"exports": {
77
".": "./lib/index.js"
88
},
99
"types": "lib/index.d.ts",
1010
"homepage": "https://developers.stoat.chat",
11-
"repository": "https://github.com/stoatchat/javascript-client-api",
11+
"repository": "https://github.com/upryzing/api-typescript",
1212
"author": "Paul Makles <insrt.uk>",
1313
"license": "MIT",
1414
"scripts": {

0 commit comments

Comments
 (0)