Skip to content

Commit ab33b29

Browse files
rename some stuff
1 parent 08bc1e2 commit ab33b29

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
uses: aws-actions/configure-aws-credentials@v4
253253
with:
254254
aws-region: eu-west-2
255-
role-to-assume: arn:aws:iam::${{ secrets.ABLY_AWS_ACCOUNT_ID_SDK }}:role/ably-sdk-builds-ably-chat-swift
255+
role-to-assume: arn:aws:iam::${{ secrets.ABLY_AWS_ACCOUNT_ID_SDK }}:role/ably-sdk-builds-ably-cocoa-liveobjects-plugin
256256
role-session-name: "${{ github.run_id }}-${{ github.run_number }}"
257257

258258
# Upload the generated documentation
@@ -262,7 +262,7 @@ jobs:
262262
sourcePath: .build/plugins/Swift-DocC/outputs/AblyLiveObjects.doccarchive # Path to the Swift DocC output folder
263263
githubToken: ${{ secrets.GITHUB_TOKEN }}
264264
artifactName: AblyLiveObjects # Optional root-level directory name
265-
landingPagePath: documentation/ablychat
265+
landingPagePath: documentation/ablyliveobjects
266266

267267
# We use this job as a marker that all of the required checks have completed.
268268
# This allows us to configure a single required status check in our branch

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ For each release, the following needs to be done:
175175
- Update the following (we have https://github.com/ably/ably-chat-swift/issues/277 for adding a script to do this):
176176
- the `version` constant in [`Sources/AblyLiveObjects/Version.swift`](Sources/AblyLiveObjects/Version.swift)
177177
- the `from: "…"` in the SPM installation instructions in [`README.md`](README.md)
178-
- Go to [Github releases](https://github.com/ably/ably-chat-swift/releases) and press the `Draft a new release` button. Choose your new branch as a target
178+
- Go to [Github releases](https://github.com/ably/ably-cocoa-liveobjects-plugin/releases) and press the `Draft a new release` button. Choose your new branch as a target
179179
- Press the `Choose a tag` dropdown and start typing a new tag, Github will suggest the `Create new tag x.x.x on publish` option. After you select it Github will unveil the `Generate release notes` button
180180
- From the newly generated changes remove everything that don't make much sense to the library user
181181
- Copy the final list of changes to the top of the `CHANGELOG.md` file. Modify as necessary to fit the existing format of this file

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ably-chat-swift-dev-tooling",
2+
"name": "ably-cocoa-liveobjects-plugin-dev-tooling",
33
"version": "0.1.0",
4-
"description": "Development tooling for the ably-chat-swift repo",
4+
"description": "Development tooling for the ably-cocoa-liveobjects-plugin repo",
55
"devDependencies": {
66
"prettier": "^3.3.3"
77
},

0 commit comments

Comments
 (0)