diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 173a136c4b..89f7e1c8a3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,5 +7,5 @@ contact_links: url: https://github.com/remix-run/remix/discussions/new?category=q-a about: Open a Discussion in GitHub with the `Q&A` label - name: 💬 Remix Discord Channel - url: https://rmx.as/discord + url: https://remix.run/discord about: Interact with other people using React Router and Remix 📀 diff --git a/.github/workflows/issue-checks.yml b/.github/workflows/issue-checks.yml index 32e1ddcd7c..f528017257 100644 --- a/.github/workflows/issue-checks.yml +++ b/.github/workflows/issue-checks.yml @@ -28,7 +28,7 @@ jobs: Or, if this was closed by mistake and there is a valid reproduction, please ensure that it is linked in the Issue description and tag `@brophdawg11` or `@brookslybrand` in a comment so we can re-open. - If you have any questions, you can always reach out on [Discord](https://rmx.as/discord). Thanks again for providing feedback and helping us make React Router even better! + If you have any questions, you can always reach out on [Discord](https://remix.run/discord). Thanks again for providing feedback and helping us make React Router even better! run: | gh issue comment ${{ github.event.issue.number }} --body "$COMMENT_BODY" gh issue edit ${{ github.event.issue.number }} --remove-label "${{ github.event.label.name }}" @@ -48,7 +48,7 @@ jobs: COMMENT_BODY: | :wave: @${{ github.event.issue.user.login }}, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. - For usage questions, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/react-router) or [Discord](https://rmx.as/discord) where there are a lot more people ready to help you out, or [post a new question](https://github.com/remix-run/react-router/discussions/new?category=q-a) in the Discussions tab of this repository. + For usage questions, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/react-router) or [Discord](https://remix.run/discord) where there are a lot more people ready to help you out, or [post a new question](https://github.com/remix-run/react-router/discussions/new?category=q-a) in the Discussions tab of this repository. Please feel free to clarify your issue if you think it was closed prematurely. run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4f8dec097..3cffc0900f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,6 @@ # Specific jobs only run on the proper trigger: # # - Change file driven stable releases (push to main/hotfix/v7 branches) -# - v8 prereleases (from a workflow_dispatch trigger on the v8 branch) # - Experimental releases (from a workflow_dispatch trigger) name: Release @@ -168,41 +167,9 @@ jobs: GH_TOKEN: ${{ github.token }} run: pnpm run release-comments - prerelease: - name: Publish prerelease (v8) - if: github.repository == 'remix-run/react-router' && github.event_name == 'workflow_dispatch' && github.event.inputs.branch == 'v8' - runs-on: ubuntu-latest - permissions: - contents: read - id-token: write # enable generation of an ID token for publishing - steps: - - name: Checkout repo - uses: actions/checkout@v7 - with: - ref: ${{ github.event.inputs.branch }} - fetch-depth: 0 # needed for tags - - - name: Setup pnpm - uses: pnpm/action-setup@v6 - - - name: Setup node - uses: actions/setup-node@v6 - with: - node-version-file: ".nvmrc" - package-manager-cache: false - - - name: Install deps - run: pnpm install --frozen-lockfile - - - name: Build - run: pnpm build - - - name: Publish prerelease - run: pnpm prerelease:publish - experimental-release: name: Experimental Release - if: github.repository == 'remix-run/react-router' && github.event_name == 'workflow_dispatch' && github.event.inputs.branch != 'v8' + if: github.repository == 'remix-run/react-router' && github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest permissions: contents: write # enable pushing changes to the origin diff --git a/contributors.yml b/contributors.yml index 3d24a08686..bdfeee9556 100644 --- a/contributors.yml +++ b/contributors.yml @@ -395,6 +395,7 @@ - SailorStat - samimsu - sanjai451 +- sanjibani - sanketshah19 - sapphi-red - saul-atomrigs diff --git a/docs/api/components/Form.md b/docs/api/components/Form.md index 15a016c564..56de48b83a 100644 --- a/docs/api/components/Form.md +++ b/docs/api/components/Form.md @@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/do ## Summary -[Reference Documentation ↗](https://api.reactrouter.com/v8/functions/react-router.Form.html) +[Reference Documentation ↗](https://api.reactrouter.com/v8/variables/react-router.Form.html) A progressively enhanced HTML [`