|
1 | 1 | # 🔗 Links: |
2 | 2 | # Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/lint-ts.yml |
3 | | -# Starter releasing proccess: https://starter.obytes.com/ci-cd/app-releasing-process/ |
| 3 | +# Starter releasing process: https://starter.obytes.com/ci-cd/app-releasing-process/ |
4 | 4 |
|
5 | 5 | # ✍️ Description: |
6 | 6 | # This workflow is used to create a new version of the app and push a new tag to the repo. |
7 | | -# As this workflow will push code to the repo, we setup Github Bot as git user. |
| 7 | +# As this workflow will push code to the repo, we set up GitHub Bot as a Git user. |
8 | 8 | # This Workflow need to be triggered manually from the Actions tab in the repo. |
9 | | -# 1. Choose the your release type (patch, minor, major) |
10 | | -# 2. The workflow will run np-release script which run the following steps: |
| 9 | +# 1. Choose your release type (patch, minor, major) |
| 10 | +# 2. The workflow will run the np-release script which runs the following steps: |
11 | 11 | # - Bump the version in package.json based on the release type using np |
12 | | -# - Run the prebuild the app to align the package.json version with the native code |
| 12 | +# - Run the prebuild of the app to align the package.json version with the native code |
13 | 13 | # - Create a new tag with the new version |
14 | 14 | # - Push the new tag to the repo |
15 | 15 | # |
16 | 16 |
|
17 | | -# 🚨 GTHUB SECRETS REQUIRED: |
18 | | -# - GH_TOKEN: A Github token with write repo access. |
19 | | -# you can generate one from here: https://docs.github.com/en/[email protected]/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens |
| 17 | +# 🚨 GITHUB SECRETS REQUIRED: |
| 18 | +# - GH_TOKEN: A GitHub token with write repo access. |
| 19 | +# You can generate one from here: https://docs.github.com/en/[email protected]/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens |
20 | 20 | # make sure to add it to the repo secrets with the name GH_TOKEN |
21 | 21 |
|
22 | 22 | name: New App Version |
|
0 commit comments