Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit aaf1c5d

Browse files
author
Adrian Hall
authored
Semantic-release update (#35)
1 parent a230397 commit aaf1c5d

File tree

3 files changed

+12
-22
lines changed

3 files changed

+12
-22
lines changed

.releaserc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"branches": [ "main" ],
3+
"plugins": [
4+
"@semantic-release/commit-analyzer",
5+
"@semantic-release/release-notes-generator",
6+
"@semantic-release/npm",
7+
"@semantic-release/github"
8+
]
9+
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "winston-splunk-httplogger",
3-
"version": "2.4.3",
3+
"version": "0.0.0-development",
44
"description": "A Winston compatible transport for logging to a Splunk HTTP Event Collector",
55
"homepage": "https://github.com/adrianhall/winston-splunk-httplogger",
66
"main": "index.js",
77
"scripts": {
88
"pretest": "eslint index.js",
9-
"test": "mocha"
9+
"test": "mocha",
10+
"semantic-release": "semantic-release"
1011
},
1112
"repository": {
1213
"type": "git",

release.config.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)