Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Oct 31, 2023
1 parent 02d430a commit 4d6ebb2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
21 changes: 9 additions & 12 deletions .release-it.cjs
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
/* eslint-disable no-template-curly-in-string */
// https://github.com/release-it/release-it/blob/main/config/release-it.json
module.exports = {
// plugins: {
// './dist/index.mjs': {
// keepArtifacts: true,
// publish: true,
// csprojFile: './src/ClassLibrary1/ClassLibrary1.csproj',
// extraFiles: ['./Directory.Build.props'],
// },
// },
plugins: {
'release-it-changelogen': {
excludeAuthors: ['John Campion'],
},
},
git: {
commit: false,
tag: false,
push: false,
commit: true,
tag: true,
push: true,
requireCleanWorkingDir: false,
tagName: 'v${version}',
commitMessage: 'chore(release): v${version}',
tagAnnotation: 'v${version}',
},
github: {
releaseName: 'v${version}',
release: false,
release: true,
web: true,
},
npm: {
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## v0.0.1

### 🚀 Enhancements

- Initial version ([02d430a](https://github.com/jcamp-code/release-it-dotnet/commit/02d430a))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "release-it-dotnet",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"description": "NuGet publish and DotNet version read/write plugin for release-it",
"author": "John Campion Jr (https://github.com/JohnCampionJr/)",
"license": "MIT",
Expand Down Expand Up @@ -66,6 +66,7 @@
"eslint": "8.52.0",
"prettier": "3.0.3",
"release-it": "16.2.1",
"release-it-changelogen": "^0.0.4",
"sinon": "^17.0.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down

0 comments on commit 4d6ebb2

Please sign in to comment.