File tree Expand file tree Collapse file tree 5 files changed +27
-16
lines changed
Expand file tree Collapse file tree 5 files changed +27
-16
lines changed Original file line number Diff line number Diff line change 22.gitignore
33.github /
44.releaserc.json
5- Dockerfile
65* .md
6+ LICENSE
7+ ROADMAP.md
8+ Dockerfile
79* _test.go
810* .test
11+ ** /testdata /
12+ coverage.txt
13+ bin /
14+ dist /
Original file line number Diff line number Diff line change 2929 env :
3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3131
32+ docker :
33+ runs-on : ubuntu-latest
34+ needs : release
35+ steps :
36+ - uses : actions/checkout@v4
37+ with :
38+ fetch-depth : 0
39+
3240 - name : Set up Docker Buildx
3341 uses : docker/setup-buildx-action@v3
3442
Original file line number Diff line number Diff line change 33 "plugins" : [
44 " @semantic-release/commit-analyzer" ,
55 " @semantic-release/release-notes-generator" ,
6- " @semantic-release/changelog" ,
7- " @semantic-release/github" ,
8- [
9- " @semantic-release/git" ,
10- {
11- "assets" : [" CHANGELOG.md" ],
12- "message" : " chore(release): ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
13- }
14- ]
6+ " @semantic-release/github"
157 ]
168}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:recommended" ,
5+ " group:allNonMajor"
6+ ],
7+ "reviewers" : [" xMoelletschi" ],
8+ "postUpdateOptions" : [" gomodTidy" ],
9+ "dependencyDashboardLabels" : [" renovate" ],
10+ "labels" : [" renovate" ]
11+ }
You can’t perform that action at this time.
0 commit comments