chore: prepare for stable release (#354)

This commit is contained in:
Satyajit Sahoo
2020-02-05 14:47:36 +01:00
committed by GitHub
parent 61b1134f90
commit a121844148
28 changed files with 85 additions and 537 deletions

View File

@@ -1,10 +1,12 @@
blank_issues_enabled: false
contact_links:
- name: Bugs for React Navigation 4
url: https://github.com/react-navigation/react-navigation-4/issues/new/choose
- name: Troubleshooting
url: https://reactnavigation.org/docs/en/next/troubleshooting.html
url: https://reactnavigation.org/docs/troubleshooting.html
about: Read how to troubleshoot and fix common issues and mistakes.
- name: Documentation
url: https://next.reactnavigation.org
url: https://reactnavigation.org
about: Read the official documentation.
- name: Feature requests
url: https://react-navigation.canny.io/feature-requests

View File

@@ -44,7 +44,7 @@ jobs:
- name: Get expo link
id: expo
run: echo "::set-output name=path::@react-navigation/react-navigation-example?release-channel=pr-${{ github.event.number }}"
run: echo "::set-output name=path::@react-navigation/react-react-navigationample?release-channel=pr-${{ github.event.number }}"
- name: Comment on PR
uses: unsplash/comment-on-pr@master