Skip to content

Commit 8de53b6

Browse files
authored
Merge pull request #135 from nils-a/release/3.0.0
Release/3.0.0
2 parents cdaa31b + 52516b3 commit 8de53b6

19 files changed

+179
-106
lines changed

β€Ž.all-contributorsrcβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
"bug",
2525
"code"
2626
]
27+
},
28+
{
29+
"login": "DiDoHH",
30+
"name": "DiDoHH",
31+
"avatar_url": "https://avatars.githubusercontent.com/u/45682415?v=4",
32+
"profile": "https://github.com/DiDoHH",
33+
"contributions": [
34+
"doc"
35+
]
2736
}
2837
],
2938
"contributorsPerLine": 7,

β€Ž.appveyor.ymlβ€Ž

Lines changed: 0 additions & 23 deletions
This file was deleted.

β€Ž.github/dependabot.ymlβ€Ž

Lines changed: 0 additions & 18 deletions
This file was deleted.

β€Ž.github/renovate.jsonβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [ "github>nils-a/renovate-config" ],
4+
"packageRules": [
5+
{
6+
"matchPackageNames": ["cake.tool", "Cake.Core"],
7+
"enabled": false
8+
}
9+
]
10+
}

β€Ž.github/workflows/build.ymlβ€Ž

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,44 @@ jobs:
2121
matrix:
2222
os: [ windows-2019, ubuntu-18.04, macos-10.15 ]
2323

24+
env:
25+
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
26+
AZURE_SOURCE: ${{ secrets.AZURE_SOURCE }}
27+
AZURE_USER: ${{ secrets.AZURE_USER }}
28+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
29+
GITHUB_PAT: ${{ secrets.GH_TOKEN }}
30+
GITTER_ROOM_ID: ${{ secrets.GITTER_ROOM_ID }}
31+
GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}
32+
GPR_PASSWORD: ${{ secrets.GPR_PASSWORD }}
33+
GPR_SOURCE: ${{ secrets.GPR_SOURCE }}
34+
GPR_USER: ${{ secrets.GPR_USER }}
35+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
36+
NUGET_SOURCE: "https://api.nuget.org/v3/index.json"
37+
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
38+
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
39+
TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
40+
TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
41+
WYAM_ACCESS_TOKEN: ${{ secrets.WYAM_ACCESS_TOKEN }}
42+
WYAM_DEPLOY_BRANCH: "gh-pages"
43+
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }}
44+
2445
steps:
2546
- name: Checkout the repository
2647
uses: actions/checkout@v2
2748
- name: Fetch all tags and branches
2849
run: git fetch --prune --unshallow
50+
- uses: actions/setup-dotnet@v1.9.0
51+
with:
52+
dotnet-version: |
53+
2.1.818
54+
3.1.x
55+
5.0.x
56+
6.0.x
2957
- name: Cache Tools
3058
uses: actions/cache@v2
3159
with:
32-
path: tools
33-
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
60+
path: .cake
61+
key: ${{ runner.os }}-cake-${{ hashFiles('recipe.cake') }}
3462
- name: Build project
3563
uses: cake-build/cake-action@v1
3664
with:

β€Ž.github/workflows/codeql-analysis.ymlβ€Ž

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,19 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040

41+
- uses: actions/setup-dotnet@v1.9.0
42+
with:
43+
dotnet-version: |
44+
2.1.818
45+
3.1.x
46+
5.0.x
47+
6.0.x
48+
4149
- name: Cache Tools
4250
uses: actions/cache@v2
4351
with:
44-
path: tools
45-
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
52+
path: .cake
53+
key: ${{ runner.os }}-cake-${{ hashFiles('recipe.cake') }}
4654

4755
# Initializes the CodeQL tools for scanning.
4856
- name: Initialize CodeQL

β€Ž.github/workflows/dependabot-cake.ymlβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# GhostDoc plugin settings file
1818
*.GhostDoc.xml
1919

20-
# Ignore cake tools directory, except packages.config
21-
tools/*
20+
# Ignore cake .cake directory, except packages.config
21+
.cake/*
2222

2323
# Ignore build artifacts
2424
BuildArtifacts/

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![standard-readme compliant][]][standard-readme]
44
[![All Contributors][all-contributors-badge]](#contributors)
55
[![Contributor Covenant][contrib-covenantimg]][contrib-covenant]
6-
[![Appveyor build][appveyorimage]][appveyor]
6+
[![Build][buildimage]][build]
77
[![Codecov Report][codecovimage]][codecov]
88
[![NuGet package][nugetimage]][nuget]
99

@@ -67,13 +67,15 @@ Thanks goes to these wonderful people ([emoji key][emoji-key]):
6767
<!-- markdownlint-disable -->
6868
<table>
6969
<tr>
70-
<td align="center"><a href="http://www.nils-andresen.de/"><img src="https://avatars3.githubusercontent.com/u/349188?v=4" width="100px;" alt=""/><br /><sub><b>Nils Andresen</b></sub></a><br /><a href="https://github.com/cake-contrib/cake.asciidoctorj/commits?author=nils-a" title="Code">πŸ’»</a> <a href="https://github.com/cake-contrib/cake.asciidoctorj/commits?author=nils-a" title="Documentation">πŸ“–</a></td>
71-
<td align="center"><a href="https://twitter.com/hereispascal"><img src="https://avatars1.githubusercontent.com/u/2190718?v=4" width="100px;" alt=""/><br /><sub><b>Pascal Berger</b></sub></a><br /><a href="https://github.com/cake-contrib/cake.asciidoctorj/issues?q=author%3Apascalberger" title="Bug reports">πŸ›</a> <a href="https://github.com/cake-contrib/cake.asciidoctorj/commits?author=pascalberger" title="Code">πŸ’»</a></td>
70+
<td align="center"><a href="http://www.nils-andresen.de/"><img src="https://avatars3.githubusercontent.com/u/349188?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nils Andresen</b></sub></a><br /><a href="https://github.com/cake-contrib/cake.asciidoctorj/commits?author=nils-a" title="Code">πŸ’»</a> <a href="https://github.com/cake-contrib/cake.asciidoctorj/commits?author=nils-a" title="Documentation">πŸ“–</a></td>
71+
<td align="center"><a href="https://twitter.com/hereispascal"><img src="https://avatars1.githubusercontent.com/u/2190718?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Pascal Berger</b></sub></a><br /><a href="https://github.com/cake-contrib/cake.asciidoctorj/issues?q=author%3Apascalberger" title="Bug reports">πŸ›</a> <a href="https://github.com/cake-contrib/cake.asciidoctorj/commits?author=pascalberger" title="Code">πŸ’»</a></td>
72+
<td align="center"><a href="https://github.com/DiDoHH"><img src="https://avatars.githubusercontent.com/u/45682415?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DiDoHH</b></sub></a><br /><a href="https://github.com/cake-contrib/cake.asciidoctorj/commits?author=DiDoHH" title="Documentation">πŸ“–</a></td>
7273
</tr>
7374
</table>
7475

75-
<!-- markdownlint-enable -->
76+
<!-- markdownlint-restore -->
7677
<!-- prettier-ignore-end -->
78+
7779
<!-- ALL-CONTRIBUTORS-LIST:END -->
7880

7981
## License
@@ -82,8 +84,8 @@ Thanks goes to these wonderful people ([emoji key][emoji-key]):
8284

8385
[all-contributors]: https://github.com/all-contributors/all-contributors
8486
[all-contributors-badge]: https://img.shields.io/github/all-contributors/cake-contrib/cake.AsciiDoctorJ/develop?&style=flat-square
85-
[appveyor]: https://ci.appveyor.com/project/cakecontrib/cake-asciidoctorj
86-
[appveyorimage]: https://img.shields.io/appveyor/ci/cakecontrib/cake-asciidoctorj.svg?logo=appveyor&style=flat-square
87+
[build]: https://github.com/cake-contrib/cake.asciidoctorj/actions/workflows/build.yml
88+
[buildimage]: https://github.com/cake-contrib/cake.asciidoctorj/actions/workflows/build.yml/badge.svg
8789
[codecov]: https://codecov.io/gh/cake-contrib/Cake.AsciiDoctorJ
8890
[codecovimage]: https://img.shields.io/codecov/c/github/cake-contrib/Cake.AsciiDoctorJ.svg?logo=codecov&style=flat-square
8991
[contrib-covenant]: https://www.contributor-covenant.org/version/2/0/code_of_conduct/

β€Žcake.configβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
; to align with https://github.com/cake-build/cake/issues/3263
2+
[Paths]
3+
Tools=./.cake

0 commit comments

Comments
Β (0)