Skip to content

Commit

Permalink
build: support commit-and-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
protyposis committed Dec 7, 2023
1 parent 741ff77 commit ca75cdb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .versionrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// `npx commit-and-tag-version`

const buildprops = {
filename: "src/Directory.Build.props",
type: "csproj",
};

module.exports = {
bumpFiles: [buildprops],
packageFiles: [buildprops],
};

0 comments on commit ca75cdb

Please sign in to comment.