Skip to content

Commit a724d94

Browse files
committed
Bump files with dotnet-file sync
# devlooped/oss - Move changelog config to .github, switch to gem devlooped/oss@b7ce2be - Make src-level readme visible for easier editing devlooped/oss@bfe0f2a
1 parent 6e5b112 commit a724d94

5 files changed

Lines changed: 21 additions & 22 deletions

File tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
usernames-as-github-logins=true
2-
header-label=
32
issues_wo_labels=true
43
pr_wo_labels=true
54
exclude-labels=bydesign,dependencies,duplicate,question,invalid,wontfix,need info

.github/workflows/changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
token: ${{ env.GH_TOKEN }}
2626

2727
- name: ⚙ changelog
28-
uses: faberNovel/github-changelog-generator-action@master
29-
with:
30-
options: --token ${{ secrets.GITHUB_TOKEN }} --o changelog.md
28+
run: |
29+
sudo gem install github_changelog_generator
30+
github_changelog_generator --user ${GITHUB_REPOSITORY%/*} --project ${GITHUB_REPOSITORY##*/} --token ${{ secrets.GITHUB_TOKEN }} --o changelog.md --config-file .github/.github_changelog_generator
3131
3232
- name: 🚀 changelog
3333
run: |

.github/workflows/release-notes.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
run: echo "SINCE_TAG=$(git describe --abbrev=0 --tags $(git rev-list --tags --skip=1 --max-count=1))" >> $GITHUB_ENV
2222

2323
- name: ⚙ changelog
24-
uses: faberNovel/github-changelog-generator-action@master
2524
if: env.SINCE_TAG != ''
26-
with:
27-
options: --token ${{ secrets.GITHUB_TOKEN }} --since-tag ${{ env.SINCE_TAG }} --o changelog.md
25+
run: |
26+
sudo gem install github_changelog_generator
27+
github_changelog_generator --since-tag ${{ env.SINCE_TAG }} --user ${GITHUB_REPOSITORY%/*} --project ${GITHUB_REPOSITORY##*/} --token ${{ secrets.GITHUB_TOKEN }} --o changelog.md --config-file .github/.github_changelog_generator
2828
2929
- name: ⚙ changelog
30-
uses: faberNovel/github-changelog-generator-action@master
3130
if: env.SINCE_TAG == ''
32-
with:
33-
options: --token ${{ secrets.GITHUB_TOKEN }} --o changelog.md
31+
run: |
32+
sudo gem install github_changelog_generator
33+
github_changelog_generator --user ${GITHUB_REPOSITORY%/*} --project ${GITHUB_REPOSITORY##*/} --token ${{ secrets.GITHUB_TOKEN }} --o changelog.md --config-file .github/.github_changelog_generator
3434
3535
- name: 🖉 release
3636
shell: pwsh

.netconfig

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
weak
5555
[file ".github/workflows/changelog.yml"]
5656
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml
57-
sha = 084aa7c36ee1c262ea2f9e83931068366a7b4312
58-
etag = 1e17c477f9e26f83367870a18e3727a71dcbb49cd31d85e0cfcfe092202d3a66
57+
sha = b7ce2bedba3fe467b8bc252c372cd36bbde259a5
58+
etag = 99c02f817f1a2b6ffaec4f7c4cd1c60e6bfae966174568f8027a4a2f42a00e69
5959
weak
6060
[file ".github/workflows/dotnet-file.yml"]
6161
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file.yml
@@ -69,13 +69,8 @@
6969
weak
7070
[file ".github/workflows/release-notes.yml"]
7171
url = https://github.com/devlooped/oss/blob/main/.github/workflows/release-notes.yml
72-
sha = b07aaab94cccdaa7cd42eb17c0390ffacb6fbee8
73-
etag = b01d73895c1f62e16cfd2a78e36bbf82c4d1332ed747c50002695997b92caf58
74-
weak
75-
[file ".github_changelog_generator"]
76-
url = https://github.com/devlooped/oss/blob/main/.github_changelog_generator
77-
sha = a9a7616a242f5ba5c910c3f1c93bb38c4b2fbd8d
78-
etag = 73c55fc67df88885e402f87d24c36cd5df6a08604ae1c3256ee0413d115975c6
72+
sha = b7ce2bedba3fe467b8bc252c372cd36bbde259a5
73+
etag = f9e85892ecefdc98584d9a90c3b29e63e910f161b8761a51eaeb94dfa9bd3e4f
7974
weak
8075
[file ".gitignore"]
8176
url = https://github.com/devlooped/oss/blob/main/.gitignore
@@ -119,8 +114,8 @@
119114
weak
120115
[file "src/Directory.Build.targets"]
121116
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
122-
sha = e2606657b68d2980cc3cae181c59baa3d847ab75
123-
etag = a69e9c33e8b3efde55f99aa22a3c5a8db371cf5142f7db78e4e2984d805f287e
117+
sha = bfe0f2a2a668878931f43b7280f0406a2171ff0c
118+
etag = 46287392cb21e28595b1ea658236b8afa15f985c9f75dc08ed85e81a2c465755
124119
weak
125120
[file "src/kzu.snk"]
126121
url = https://github.com/devlooped/oss/blob/main/src/kzu.snk
@@ -152,3 +147,8 @@
152147
sha = f2dc1370469bec1b2d32d82faf659b050cdc7e2a
153148
etag = d45832acd078778ffebf260000f6d25172a131f51684744d7e982da2a47170ce
154149
weak
150+
[file ".github/.github_changelog_generator"]
151+
url = https://github.com/devlooped/oss/blob/main/.github/.github_changelog_generator
152+
sha = b7ce2bedba3fe467b8bc252c372cd36bbde259a5
153+
etag = 28145d505ce95b57628ab368bb12744300d5f539d3651c346e3c0c3f772ffa7b
154+
weak

src/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Pack="true" PackagePath="%(Filename)%(Extension)"
4343
Condition="Exists('$(MSBuildThisFileDirectory)icon.png') and !Exists('$(MSBuildProjectDirectory)icon.png')" />
4444

45-
<None Include="$(MSBuildThisFileDirectory)readme.md" Link="readme.md" Visible="false"
45+
<None Include="$(MSBuildThisFileDirectory)readme.md" Link="readme.md"
4646
Pack="true" PackagePath="%(Filename)%(Extension)"
4747
Condition="Exists('$(MSBuildThisFileDirectory)readme.md') and !Exists('$(MSBuildProjectDirectory)readme.md')" />
4848
</ItemGroup>

0 commit comments

Comments
 (0)