Skip to content

Commit

Permalink
Merge pull request #7 from pathwar/dev/moul/github-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Jul 16, 2020
2 parents 64c6666 + e676b02 commit 8abb2e1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 81 deletions.
File renamed without changes.
76 changes: 0 additions & 76 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

5 changes: 1 addition & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Contributing

When contributing to this repository, you can first discuss the change you wish to make via issue,
email, or any other method with the maintainers of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.
This repo follows https://github.com/pathwar/pathwar/blob/master/CONTRIBUTING.md
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"extends": [
"config:base"
],
"groupName": "all"
"groupName": "all",
"gomodTidy": true
}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: cp .github/.releaserc.js .
- uses: codfish/semantic-release-action@v1
if: github.ref == 'refs/heads/master'
env:
Expand Down

0 comments on commit 8abb2e1

Please sign in to comment.