Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 19, 2024
1 parent a3f1ebf commit a3dcb14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-experimental.yml
Expand Up @@ -56,4 +56,4 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
- name: 🚀 Publish
run: npm run publish
run: pnpm run publish
9 changes: 5 additions & 4 deletions DEVELOPMENT.md
Expand Up @@ -106,12 +106,13 @@ Hotfix releases follow the same process as standard releases above, but the `rel

Experimental releases use a [manually-triggered Github Actions workflow](./.github/workflows/release-experimental.yml) and can be built from any existing branch. to build and publish an experimental release:

- Commit your changes to a feature branch
- Commit your changes to a branch
- Push the branch to github
- Go to the Github Actions UI for the [release-experimental.yml workflow](https://github.com/remix-run/remix/actions/workflows/release-experimental-dispatch.yml)
- Click the `Run Workflow` dropdown
- Type in your feature branch
- Click the `Run Workflow` button
- Click the `Run workflow` dropdown
- Leave the `Use workflow from` dropdown as `main`
- Enter your feature branch in the `branch` input
- Click the `Run workflow` button

### Nightly releases

Expand Down

0 comments on commit a3dcb14

Please sign in to comment.