Skip to content

Commit

Permalink
Move main branch to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Jun 14, 2024
1 parent a501f16 commit b60599b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: CI Build
name: "CI Build (main)"
on:
push:
branches:
- main
- 'rel/**'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.8.2-pre.{height}",
"version": "3.0.0-pre.{height}",
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
"^refs/heads/.*$"
]
}
}

0 comments on commit b60599b

Please sign in to comment.