You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,19 @@ An unstable 2.x version of this package with breaking changes is under developme
18
18
19
19
Until a 2.0 version is officially released, it can be installed from https://github.com/IQSS/dataverse-client-javascript/pkgs/npm/dataverse-client-javascript
20
20
21
+
Two different versions are being pushed to the GitHub Packages registry:
22
+
23
+
1.**PR-Generated Versions**:
24
+
25
+
- These versions are generated from pull request commits.
26
+
- They follow the structure `2.0.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.
27
+
- These versions are unstable and correspond to the state of the package during the pull request.
28
+
29
+
2.**Develop Alpha Versions**:
30
+
- These versions are generated on every commit made to the `develop` branch, ideally after each pull request is merged.
31
+
- They follow the structure `2.0.0-alpha.<number>`, where `number` is an incremental value that starts at 1 and increases with each build.
32
+
- These versions are also unstable and represent the latest work in progress on the `develop` branch.
33
+
21
34
### Create a `.npmrc` file and add a token
22
35
23
36
To install the [@iqss/dataverse-client-javascript](https://github.com/IQSS/dataverse-client-javascript/pkgs/npm/dataverse-client-javascript)
0 commit comments