Skip to content

Commit

Permalink
Prepare for 4.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Oct 3, 2024
1 parent baec2a9 commit 33c4505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] @microsoft/[email protected]

- name: Create API documentation for @snowplow/browser-tracker
working-directory: ./trackers/browser-tracker
Expand Down
4 changes: 2 additions & 2 deletions common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -42,6 +42,6 @@
*
* Valid values are: "prerelease", "release", "minor", "patch", "major"
*/
"nextBump": "patch"
"nextBump": "prerelease"
}
]

0 comments on commit 33c4505

Please sign in to comment.