Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable automated pre-releases #650

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
matrix:
node-version: [18.17.1]

#if: github.event.pull_request.draft == false
if: false
if: github.event.pull_request.draft == false

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}

# deprecate any outstanding @next builds, if any
# - run: pnpm next:deprecate
- run: pnpm next:deprecate
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ release.

## Pre-releases

**NOTE: pre-release automation is currently DISABLED until support is activated
in Lightning**

Pre-release builds for adaptors are availabe with the `@next` tag. These can be
used in the CLI and Lightning and are generally available on `npm` (but because
they're not flagged as `latest`, they won't be downloaded by default).
Expand Down
Loading