diff --git a/.github/workflows/publish_prerelease.yml b/.github/workflows/publish_prerelease.yml index c6b53ec1c..37829098f 100644 --- a/.github/workflows/publish_prerelease.yml +++ b/.github/workflows/publish_prerelease.yml @@ -61,7 +61,7 @@ jobs: run: node common/scripts/install-run-rush.js test --verbose - name: Install API Extractor & Documenter - run: npm install -g @microsoft/api-extractor@^7.18.4 @microsoft/api-documenter@^7.13.34 + run: npm install -g @microsoft/api-extractor@7.18.4 @microsoft/api-documenter@7.13.34 - name: Create API documentation for @snowplow/browser-tracker working-directory: ./trackers/browser-tracker diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index f88611984..2fefa557a 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -33,7 +33,7 @@ * in the current branch. When bumping versions, Rush uses this to determine the next version. * (The "version" field in package.json is NOT considered.) */ - "version": "3.24.2", + "version": "4.0.0-beta.0", /** * (Required) The type of bump that will be performed when publishing the next release. @@ -42,6 +42,6 @@ * * Valid values are: "prerelease", "release", "minor", "patch", "major" */ - "nextBump": "patch" + "nextBump": "prerelease" } ]