forked from gleich/release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fsync.yml
35 lines (35 loc) · 1.72 KB
/
fsync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
commit_message: 🔄 Update file via sync
replace:
- before: project_name
after: release
- before: project_description
after: 📦 go package to check for a new GitHub release
- before: github_username
after: Matt-Gleich
- before: project_author_email
after: [email protected]
- before: docker_username
after: mattgleich
- before: project_author_full_name
after: Matthew Gleich
files:
- path: .gitignore
source: https://github.com/Matt-Gleich/go_template/blob/master/.gitignore
- path: LICENSE.md
source: https://github.com/Matt-Gleich/Matt-Gleich/blob/master/standard_documents/licenses/MIT_LICENSE.md
- path: dev.lint.Dockerfile
source: https://github.com/Matt-Gleich/go_template/blob/master/dev.lint.Dockerfile
- path: dev.Dockerfile
source: https://github.com/Matt-Gleich/go_template/blob/master/dev.Dockerfile
- path: CONTRIBUTING.md
source: https://github.com/Matt-Gleich/go_template/blob/master/CONTRIBUTING.md
- path: CODE_OF_CONDUCT.md
source: https://github.com/Matt-Gleich/Matt-Gleich/blob/master/standard_documents/CODE_OF_CONDUCT.md
- path: .github/PULL_REQUEST_TEMPLATE.md
source: https://github.com/Matt-Gleich/Matt-Gleich/blob/master/standard_documents/templates/pull_request.md
- path: .github/ISSUE_TEMPLATE/bug_report.md
source: https://github.com/Matt-Gleich/Matt-Gleich/blob/master/standard_documents/templates/issue_bug.md
- path: .github/ISSUE_TEMPLATE/feature_request.md
source: https://github.com/Matt-Gleich/Matt-Gleich/blob/master/standard_documents/templates/issue_feature.md
- path: .github/workflows/contributors.yml
source: https://github.com/Matt-Gleich/Matt-Gleich/blob/master/standard_documents/workflows/contributors.yml