Skip to content

Commit 9b0adb1

Browse files
committed
Prepare for 4.0.0-beta.3
1 parent 8ae28c8 commit 9b0adb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish_prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: node common/scripts/install-run-rush.js test --verbose
6262

6363
- name: Install API Extractor & Documenter
64-
run: npm install -g @microsoft/api-extractor@^7.18.4 @microsoft/api-documenter@^7.13.34
64+
run: npm install -g @microsoft/[email protected] @microsoft/[email protected]
6565

6666
- name: Create API documentation for @snowplow/browser-tracker
6767
working-directory: ./trackers/browser-tracker

common/config/rush/version-policies.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* in the current branch. When bumping versions, Rush uses this to determine the next version.
3434
* (The "version" field in package.json is NOT considered.)
3535
*/
36-
"version": "3.24.2",
36+
"version": "4.0.0-beta.2",
3737

3838
/**
3939
* (Required) The type of bump that will be performed when publishing the next release.
@@ -42,6 +42,6 @@
4242
*
4343
* Valid values are: "prerelease", "release", "minor", "patch", "major"
4444
*/
45-
"nextBump": "patch"
45+
"nextBump": "prerelease"
4646
}
4747
]

0 commit comments

Comments
 (0)