This commit is contained in:
Michael Bruno
2021-05-08 23:58:19 -07:00
parent 6534419d04
commit a7d1259367
2 changed files with 20 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
<img src="./docs/assets/valheim-docker-logo.png" width="500" height="auto" alt="">
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
# [Valheim]
@@ -263,3 +266,16 @@ If you would like to have release notifications tied into your Discord server, c
[If you need help figuring out a cron schedule click here]: https://crontab.guru/#0_1*\_\_\_\_\*
[//]: <> (Image Base Url: https://github.com/mbround18/valheim-docker/blob/main/docs/assets/name.png?raw=true)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

View File

@@ -5,6 +5,10 @@
"repository": "git@github.com:mbround18/valheim-docker.git",
"author": "mbround18 <12646562+mbround18@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"prerelease": "git fetch --tags",
"release": "auto shipit"
},
"devDependencies": {
"@auto-it/all-contributors": "^10.27.0",
"@auto-it/git-tag": "^10.27.0",