Skip to content

Commit 9839fdc

Browse files
committed
πŸ• Cut 6.0.0 release candidate and remove docs deploy job
- Bump package version to 6.0.0-rc.0 (package.json + lockfile) so the next tagged release candidate publishes cleanly under prerelease flow. - Remove the deploy-docs job from CI to stop GitHub docs publishing on master/stg and keep this workflow focused on test + npm publish. Lint and test suite remain green after the changes. Made-with: Cursor
1 parent 94b1dd3 commit 9839fdc

3 files changed

Lines changed: 3 additions & 29 deletions

File tree

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,32 +48,6 @@ jobs:
4848
path-to-lcov: coverage/lcov.info
4949
continue-on-error: true
5050

51-
deploy-docs:
52-
name: Deploy Docs
53-
runs-on: ubuntu-latest
54-
needs: test
55-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/tags/stg'
56-
environment: Documentation
57-
steps:
58-
- uses: actions/checkout@v4
59-
60-
- name: Use Node.js 20
61-
uses: actions/setup-node@v4
62-
with:
63-
node-version: 20
64-
65-
- name: Configure AWS credentials
66-
uses: aws-actions/configure-aws-credentials@v4
67-
with:
68-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
69-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
70-
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
71-
72-
- name: Deploy docs
73-
run: bash ./.github/scripts/deploy-docs.sh
74-
env:
75-
PROJECT_NAME: ${{ github.event.repository.name }}
76-
7751
deploy-package:
7852
name: Publish to npm
7953
runs-on: ubuntu-latest

β€Ž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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claycli",
3-
"version": "5.1.1-0",
3+
"version": "6.0.0-rc.0",
44
"description": "A command-line interface for Clay",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
Β (0)