Skip to content

Commit cb4c9b5

Browse files
committed
fix: update versioning structure in local development documentation
1 parent 329764f commit cb4c9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/localDevelopment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ Two different versions are being pushed to the GitHub Packages registry:
125125
1. **PR-Generated Versions**:
126126

127127
- These versions are generated from pull request commits.
128-
- They follow the structure `2.1.0-pr<pr_number>.<commit_hash>`, where `pr_number` is the number of the pull request, and `commit_hash` is the specific commit hash from the PR branch.
128+
- They follow the structure `<current_package_version>-pr<pr_number>.<commit_hash>`, where `pr_number` is the number of the pull request, and `commit_hash` is the specific commit hash from the PR branch.
129129
- These versions are unstable and correspond to the state of the package during the pull request.
130130

131131
2. **Develop Alpha Versions**:
132132
- These versions are generated on every commit made to the `develop` branch, ideally after each pull request is merged.
133-
- They follow the structure `2.1.0-alpha.<number>`, where `number` is an incremental value that starts at 1 and increases with each build.
133+
- They follow the structure `<current_package_version>-alpha.<number>`, where `number` is an incremental value that starts at 1 and increases with each build.
134134
- These versions are also unstable and represent the latest work in progress on the `develop` branch.
135135

136136
These versions are great for developing a new SPA frontend feature integration.

0 commit comments

Comments
 (0)