Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix: Semantic versioning (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Jul 1, 2020
1 parent e630131 commit b4f63b9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* text=auto
*.sh eol=lf
*.yml eol=lf
**/run eol=lf
**/finish eol=lf
**/services.d/** eol=lf
**/cont-init.d/** eol=lf
8 changes: 8 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
branch: 'master',
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/github',
],
}
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "homecentr-dhcp-exporter",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/homecentr/docker-dhcp-exporter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/homecentr/docker-dhcp-exporter/issues"
},
"homepage": "https://github.com/homecentr/docker-dhcp-exporter#readme"
}

0 comments on commit b4f63b9

Please sign in to comment.