Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- main
paths:
- packages/open-next/**
push:
branches:
- main
paths:
- packages/open-next/**

jobs:
release:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ This will output A LOT of additional logs to the console. This also disable mini

You can read more about the configuration in the [docs](https://opennext.js.org/aws/config)

## Preleases

Every commit on main triggers a prerelease of the `@opennextjs/aws` package, so if you want to try the very latest version of the package before it is deployed to npm you can simply install the main prerelease via:

```sh
npm i -D https://pkg.pr.new/@opennextjs/aws@main
```

(or your package manager's alternative)

## Contribute

Expand Down