Skip to content

Commit e7e5ce4

Browse files
committed
Fix typos.
1 parent b6024eb commit e7e5ce4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The pre-release process is as follows:
9191
- Review, test and merge any open [Dependency Pull Requests](https://github.com/FusionAuth/fusionauth-android-sdk/pulls).
9292
- Update the version in the `library/build.gradle.kts` file with a pre-release version according to the [Semantic Versioning](https://semver.org/) guidelines.
9393
- Commit the changes with the commit message `chore(release): <pre-release-version> 🎉`.
94-
- Create a new tag `v<pre-release-version>`.
94+
- Create a new tag `<pre-release-version>`.
9595
- Make sure all Workflows where successful in [Actions](https://github.com/FusionAuth/fusionauth-android-sdk/actions).
9696

9797
The `pre-release.yml` workflow will automatically create a GitHub release, build the library, and add the artifact to GitHub.
@@ -103,7 +103,7 @@ The release process is as follows:
103103
- Update the release version in the `library/build.gradle.kts` file, derived from the pre-release version according to the [Semantic Versioning](https://semver.org/) guidelines.
104104
- Update the [SECURITY.md](SECURITY.md) version information with the latest `Supported Versions` according to the current specification E2E test workflows.
105105
- Commit the changes with the commit message `chore(release): <version> 🎉`.
106-
- Create a new tag `v<version>`.
106+
- Create a new tag `<version>`.
107107
- Push the changes and the tag to the repository.
108108

109109
The `release.yml` workflow will automatically create a GitHub release, build the library, and publish it to Maven Central.
@@ -118,7 +118,7 @@ After the release is published, update the version in the [FusionAuth Android Qu
118118
- (Optional) If the FusionAuth configuration changed, update the according `docker-compose.yml`, `.env` and `kickstart/` files in the quickstart repository.
119119
- (Optional) Compare the gradlew version `./gradlew -v` with the version used in the SDK and copy or update if necessary.
120120
- Commit the changes with the commit message `chore(release): <version> 🎉`.
121-
- Create a new tag `v<version>`.
121+
- Create a new tag `<version>`.
122122
- Push the changes and the tag to the repository.
123123
<!--
124124
end::forDocSiteRelease[]

0 commit comments

Comments
 (0)