Skip to content

Commit

Permalink
Change version number to 0.25-preview
Browse files Browse the repository at this point in the history
Our new version numbering system is quite clever and tries to advance
the teeny version number automagically.  Instead of versioning
prereleases as `0.25.x` where `x` is monotonically increasing, version
our prereleases as `0.25-preview`.

This is roughly what our previous strategy looked like.
  • Loading branch information
ethomson authored and bording committed Jul 21, 2017
1 parent 7e98850 commit a83a28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.25",
"version": "0.25.0-preview.{height}",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/v\\d+(?:\\.\\d+)?$" // we also release out of vNN branches
Expand Down

0 comments on commit a83a28c

Please sign in to comment.