{"id":18895886,"url":"https://github.com/echobind/react-native-tagging-action","last_synced_at":"2025-10-18T04:31:23.590Z","repository":{"id":98472113,"uuid":"400255987","full_name":"echobind/react-native-tagging-action","owner":"echobind","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-27T18:21:20.000Z","size":633,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T12:13:56.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/echobind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-26T17:42:47.000Z","updated_at":"2021-10-08T15:22:13.000Z","dependencies_parsed_at":"2023-06-01T21:45:52.716Z","dependency_job_id":null,"html_url":"https://github.com/echobind/react-native-tagging-action","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echobind%2Freact-native-tagging-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echobind%2Freact-native-tagging-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echobind%2Freact-native-tagging-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echobind%2Freact-native-tagging-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/echobind","download_url":"https://codeload.github.com/echobind/react-native-tagging-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239870516,"owners_count":19710736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T08:30:59.798Z","updated_at":"2025-10-18T04:31:23.504Z","avatar_url":"https://github.com/echobind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Tagging Action\n\nThis action automates the GitHub version tagging and releasing process for mobile applications.\n\nVersions tagged by this action will be of the form `v1.0.0-1`. For more details on this, read about the [Tagging Process](#tagging-process).\n\nFor a more complete description of how this action could be utilized within a mobile release process, read [this blog post](https://blog.echobind.com/automated-react-native-release-tagging-using-github-actions-d30d9ee52c05).\n\n## Usage\n\n```yaml\n- uses: echobind/react-native-tagging-action\n  with:\n    # A personal access token for the user that will be tagging and publishing the releases\n    github-auth-token: '****'\n    # The name of the branch the tag should be created off of (defaults to 'main')\n    branch-to-tag: 'main'\n    # Type of version change to make ('major', 'minor', 'patch', 'none' - defaults to 'none')\n    version-change-type: 'none'\n```\n\nFor an example workflow using this action, refer to [the example](https://github.com/DominicSherman/react-native-tagging-action/blob/master/.github/workflows/example.yml).\n\n## Tagging Process\n\nThe process for tagging utilized by this action is specific to mobile apps and allows for the usual major, minor, and patch version bumps, as well as no version bump.\n\nAs an example, if your most recent tagged version is `v1.0.0-1`:\n* A **major** bump will result in `v2.0.0-1`\n* A **minor** bump will result in `v1.1.0-1`\n* A **patch** bump will result in `v1.0.1-1`\n* No bump being indicated will result in `v1.0.0-2`.\n\nIt is done this way to allow for multiple tagged releases of a mobile app within the same version, since the actual version of the app (`1.0.0` in this scenario) only needs to be changed once the previous version has been published publicly. For example, there could be 5 different releases on version `1.0.0` that are sent to internal/beta testers only but not published.\n\nThis also allows for scheduled tagging/releasing of your app internally with no bump specified by default.\n\n## Releasing\n\nIn addition to creating a tag off of the HEAD of the specified branch, a release will also be created in GitHub for the given tag. \n\nThe title of this release will be of the form `Release ${versionNumber}`, and the body will include a list of all commits to the branch since the previous tag. \n\nCommits will be listed in the form `${commitMessage} ${sha} - ${author}`. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechobind%2Freact-native-tagging-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fechobind%2Freact-native-tagging-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechobind%2Freact-native-tagging-action/lists"}