Skip to content

Commit 5840ae7

Browse files
VIA-175 modified readme a bit in order to do a publish step
1 parent 710922b commit 5840ae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ Our release strategy is based on Semantic Versioning and utilizes tagged commits
283283
2. **Determine Release Type:** Assess the nature of the changes included in this release to determine the appropriate semantic version increment:
284284

285285
* **Major Change (Breaking):** Increment the major version (e.g., `v1.0.0` to `v2.0.0`).
286-
* **Minor Change (New Feature):** Increment the minor version (e.g., `v1.0.0` to `v1.1.0`).
287-
* **Patch/Fix (Bug Fixes, Minor Updates):** Increment the patch version (e.g., `v1.0.0` to `v1.0.1`).
286+
* **Minor Change (New Feature):** Increment the minor version (e.g., `v0.1.0` to `v0.2.0`).
287+
* **Patch/Fix (Bug Fixes, Minor Updates):** Increment the patch version (e.g., `v0.0.1` to `v0.0.2`).
288288

289289
3. **Identify the Previous Tag (Optional):** You can view existing tags to understand the current release version. Either visit the "Releases" or "Tags" section of the repository on GitHub, or run the following command locally:
290290

@@ -301,7 +301,7 @@ Our release strategy is based on Semantic Versioning and utilizes tagged commits
301301
For example, if it's a minor release, you might use:
302302
303303
```bash
304-
git tag v1.1.0
304+
git tag v0.2.0
305305
```
306306
307307
5. **Push the Tag to Remote:** Push the newly created tag to the `origin` remote repository. This action will automatically trigger the publish/release workflow:

0 commit comments

Comments
 (0)