Skip to content

Commit 0670a71

Browse files
committed
fix: release workflow
1 parent 995aa70 commit 0670a71

File tree

3 files changed

+40
-84
lines changed

3 files changed

+40
-84
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- uses: actions/setup-python@v4
@@ -33,12 +33,24 @@ jobs:
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
push: true
36+
strict: true
37+
verbosity: 2
38+
git_committer_name: "github-actions"
39+
git_committer_email: "[email protected]"
3640

37-
- name: Publish package distributions to GitHub Releases
38-
uses: python-semantic-release/upload-to-gh-release@main
41+
- name: Publish | Upload to GitHub Release Assets
42+
uses: python-semantic-release/[email protected]
3943
if: steps.release.outputs.released == 'true'
4044
with:
4145
github_token: ${{ secrets.GITHUB_TOKEN }}
46+
tag: ${{ steps.release.outputs.tag }}
47+
48+
# - name: Upload | Distribution Artifacts
49+
# uses: actions/upload-artifact@v4
50+
# with:
51+
# name: distribution-artifacts
52+
# path: dist
53+
# if-no-files-found: error
4254

4355
- name: Build
4456
run: |
@@ -51,38 +63,3 @@ jobs:
5163
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
5264
# See https://github.com/actions/runner/issues/1173
5365
if: steps.release.outputs.released == 'true'
54-
55-
# jobs:
56-
# release:
57-
# name: Release
58-
# runs-on: ubuntu-latest
59-
# steps:
60-
# - name: Checkout
61-
# uses: actions/checkout@v2
62-
# with:
63-
# fetch-depth: 0
64-
# - name: Set up Python 3.8
65-
# uses: actions/setup-python@v2
66-
# with:
67-
# python-version: 3.8.16
68-
# - name: Install dependencies
69-
# run: bash .ci/install-dev.sh && bash .ci/install-cpu.sh
70-
# - name: Update table
71-
# run: |
72-
# bash .ci/table_maker.sh
73-
# - name: Update docs
74-
# run: |
75-
# bash .ci/docs.sh
76-
# - name: commit and push
77-
# run: |
78-
# git add .
79-
# git commit -m 'chore: update statistics' --no-verify
80-
# git push origin master
81-
# - name: Release
82-
# run: |
83-
# git config --local user.name "github-actions"
84-
# git config --local user.email "[email protected]"
85-
# source .env/bin/activate && semantic-release publish -D commit_author="github-actions <[email protected]>"
86-
# env:
87-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88-
# PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

CHANGELOG.md

Lines changed: 20 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# CHANGELOG
22

3+
## v1.0.1 (2025-10-10)
4+
5+
### Chore
6+
7+
* chore: upate semantic-release ([`4a3ad01`](https://github.com/galogm/graph_datasets/commit/4a3ad015d49063a9b948cc37495dfdea9fef11e9))
8+
9+
### Fix
10+
11+
* fix: formatter and linter all files ([`cda51fa`](https://github.com/galogm/graph_datasets/commit/cda51fa7b1edcb5f163ccf48cab3c79fb86a5d67))
12+
313
## v1.0.0 (2025-10-10)
414

5-
### Features
15+
### Feature
616

7-
- Add logging and update formatter, semantic-release ([`2db91c3`](https://github.com/galogm/graph_datasets/commit/2db91c37e8273ef14e3945ecea90c365ff757cd2))
17+
* feat: add logging and update formatter, semantic-release ([`2db91c3`](https://github.com/galogm/graph_datasets/commit/2db91c37e8273ef14e3945ecea90c365ff757cd2))
818

919
## v0.14.1 (2025-02-12)
1020

@@ -16,35 +26,30 @@
1626

1727
* fix: pokec label should not be re-labeled ([`ede7494`](https://github.com/galogm/graph_datasets/commit/ede7494e8329ecd37f1b19f7ee73b784cea0eb46))
1828

19-
2029
## v0.14.0 (2024-09-13)
2130

2231
### Feature
2332

2433
* feat: add ogb-proteins ([`89ed0c9`](https://github.com/galogm/graph_datasets/commit/89ed0c98afda372329a7622c475498d676517868))
2534

26-
2735
## v0.13.4 (2024-08-11)
2836

2937
### Fix
3038

3139
* fix: row_normalized ([`ff31bbb`](https://github.com/galogm/graph_datasets/commit/ff31bbb1304d0dc1049389d877f2cdb033f71ab8))
3240

33-
3441
## v0.13.3 (2024-08-11)
3542

3643
### Fix
3744

3845
* fix: row normalized ([`4aa7b58`](https://github.com/galogm/graph_datasets/commit/4aa7b58c0b400870242954a57809e002b74f8e21))
3946

40-
4147
## v0.13.2 (2024-06-26)
4248

4349
### Fix
4450

4551
* fix: add raw_normalize and add_self_loop ([`1103897`](https://github.com/galogm/graph_datasets/commit/1103897157ec3ef520ccd409912f4494b6682a96))
4652

47-
4853
## v0.13.1 (2024-02-29)
4954

5055
### Chore
@@ -55,7 +60,6 @@
5560

5661
* fix: enable load_data to return pyg data ([`408a65a`](https://github.com/galogm/graph_datasets/commit/408a65aff7f5c667b9b7aaabd8b105dd42bdef39))
5762

58-
5963
## v0.13.0 (2024-02-29)
6064

6165
### Feature
@@ -66,7 +70,6 @@
6670

6771
* fix: update n_init of kmeans ([`bf9779a`](https://github.com/galogm/graph_datasets/commit/bf9779ad11516c9c029c42ae0042af76571aca47))
6872

69-
7073
## v0.12.0 (2024-01-03)
7174

7275
### Feature
@@ -77,7 +80,6 @@
7780

7881
* fix: add format result ([`81f7be7`](https://github.com/galogm/graph_datasets/commit/81f7be727c837caec773babd04b859122d657287))
7982

80-
8183
## v0.11.2 (2024-01-03)
8284

8385
### Fix
@@ -86,16 +88,14 @@
8688

8789
### Unknown
8890

89-
* Merge branch &#39;master&#39; of github.com:galogm/graph_datasets ([`68bdd22`](https://github.com/galogm/graph_datasets/commit/68bdd229082cd32129da0babfe7a12adff0ebd1d))
90-
91+
* Merge branch 'master' of github.com:galogm/graph_datasets ([`68bdd22`](https://github.com/galogm/graph_datasets/commit/68bdd229082cd32129da0babfe7a12adff0ebd1d))
9192

9293
## v0.11.1 (2024-01-02)
9394

9495
### Fix
9596

9697
* fix: add xticks and xtick_labels for draw_chart ([`eaa5422`](https://github.com/galogm/graph_datasets/commit/eaa5422ad8aa5158e8fabde2200674776f3dd914))
9798

98-
9999
## v0.11.0 (2023-12-25)
100100

101101
### Chore
@@ -108,8 +108,7 @@
108108

109109
### Unknown
110110

111-
* Merge branch &#39;master&#39; of github.com:galogm/graph_datasets ([`c490374`](https://github.com/galogm/graph_datasets/commit/c490374ca6d2c6a175cefd3e7335c8b46dfe2d63))
112-
111+
* Merge branch 'master' of github.com:galogm/graph_datasets ([`c490374`](https://github.com/galogm/graph_datasets/commit/c490374ca6d2c6a175cefd3e7335c8b46dfe2d63))
113112

114113
## v0.10.0 (2023-12-21)
115114

@@ -127,7 +126,6 @@
127126

128127
* fix: sort_head of csv2file ([`d1dc3e6`](https://github.com/galogm/graph_datasets/commit/d1dc3e6447ea869a18127e28ca72ba36b392ab6b))
129128

130-
131129
## v0.9.0 (2023-12-19)
132130

133131
### Breaking
@@ -140,28 +138,24 @@ BREAKING CHANGE: the protocal of the parameters of csv3file changes ([`7accdff`]
140138

141139
* chore: update docs ([`ca92e18`](https://github.com/galogm/graph_datasets/commit/ca92e18d0b1a1fae18174517ea5b8244b8671429))
142140

143-
144141
## v0.8.3 (2023-12-18)
145142

146143
### Fix
147144

148145
* fix: error when no train_mask in dgl ([`17635d5`](https://github.com/galogm/graph_datasets/commit/17635d529ebd2fae75d97a4dfd1cc86bb6085267))
149146

150-
151147
## v0.8.2 (2023-12-14)
152148

153149
### Fix
154150

155151
* fix: update dependencies ([`b409c74`](https://github.com/galogm/graph_datasets/commit/b409c7461cbdf1d57469b31df8b54da964fc89c6))
156152

157-
158153
## v0.8.1 (2023-12-12)
159154

160155
### Fix
161156

162157
* fix: remove row normalization of pyg and add train-test-val mask to pyg ([`434b558`](https://github.com/galogm/graph_datasets/commit/434b5589eabe519754f6db72cd8f03417afddbc4))
163158

164-
165159
## v0.8.0 (2023-11-23)
166160

167161
### Chore
@@ -178,8 +172,7 @@ BREAKING CHANGE: the protocal of the parameters of csv3file changes ([`7accdff`]
178172

179173
---------
180174

181-
Co-authored-by: galogm &lt;[email protected]&gt; ([`7b46d03`](https://github.com/galogm/graph_datasets/commit/7b46d03d67d3f0c058989076ce923201371c9f4f))
182-
175+
Co-authored-by: galogm <[email protected]> ([`7b46d03`](https://github.com/galogm/graph_datasets/commit/7b46d03d67d3f0c058989076ce923201371c9f4f))
183176

184177
## v0.7.0 (2023-11-13)
185178

@@ -191,14 +184,12 @@ Co-authored-by: galogm &lt;[email protected]&gt; ([`7b46d03`](https://github.
191184

192185
* feat: update python version ([`e810f4e`](https://github.com/galogm/graph_datasets/commit/e810f4e27d952618be5b14a63f90d4b4eee7b432))
193186

194-
195187
## v0.6.0 (2023-11-06)
196188

197189
### Feature
198190

199191
* feat: add squirrel and chameleon in critial ([`2454e3d`](https://github.com/galogm/graph_datasets/commit/2454e3d8ca1d69eac9b60c2cc0d379895bf7c3fa))
200192

201-
202193
## v0.5.2 (2023-09-13)
203194

204195
### Chore
@@ -215,12 +206,11 @@ Co-authored-by: galogm &lt;[email protected]&gt; ([`7b46d03`](https://github.
215206

216207
fix: compute nmi, ami, ari after mapping ([`0e48da0`](https://github.com/galogm/graph_datasets/commit/0e48da05aba162f9c8bc275dd40364521443e820))
217208

218-
219209
## v0.5.1 (2023-09-07)
220210

221211
### Chore
222212

223-
* chore: updsate docs &amp; config &amp; readme and add CONTRIBUTING.md ([`f88b306`](https://github.com/galogm/graph_datasets/commit/f88b306f73d5b4c65c3d31abeeffb37716357b76))
213+
* chore: updsate docs & config & readme and add CONTRIBUTING.md ([`f88b306`](https://github.com/galogm/graph_datasets/commit/f88b306f73d5b4c65c3d31abeeffb37716357b76))
224214

225215
### Fix
226216

@@ -234,7 +224,6 @@ fix: compute nmi, ami, ari after mapping ([`0e48da0`](https://github.com/galogm/
234224

235225
Feat/0.5.1 ([`52658bf`](https://github.com/galogm/graph_datasets/commit/52658bfbeb16f4d17b0d65c3277fe381cfe8bd12))
236226

237-
238227
## v0.5.0 (2023-09-06)
239228

240229
### Chore
@@ -273,7 +262,6 @@ chore: add doc repo as submodule ([`6628a6a`](https://github.com/galogm/graph_da
273262

274263
chore: update docs ([`6825929`](https://github.com/galogm/graph_datasets/commit/6825929f9a00e1a653451f9fa0d60fe0c0ac9665))
275264

276-
277265
## v0.4.0 (2023-08-21)
278266

279267
### Chore
@@ -284,20 +272,16 @@ chore: update docs ([`6825929`](https://github.com/galogm/graph_datasets/commit/
284272

285273
* feat: add output and model management utils ([`e717ce1`](https://github.com/galogm/graph_datasets/commit/e717ce103de562758179466048fff3b068ef84dc))
286274

275+
### Fix
276+
277+
* fix: update toml settings and several val names & configs ([`2e101d2`](https://github.com/galogm/graph_datasets/commit/2e101d2b3a018c08d99374e6b0ee67c5cca706ea))
278+
287279
### Unknown
288280

289281
* Merge pull request #13 from galogm/feat/0.4.0
290282

291283
Feat/0.4.0 ([`6cc6239`](https://github.com/galogm/graph_datasets/commit/6cc623905ffb49fa9fe1c12552af53d34c69e88d))
292284

293-
294-
## v0.3.1 (2023-08-02)
295-
296-
### Fix
297-
298-
* fix: update toml settings and several val names &amp; configs ([`2e101d2`](https://github.com/galogm/graph_datasets/commit/2e101d2b3a018c08d99374e6b0ee67c5cca706ea))
299-
300-
301285
## v0.3.0 (2023-08-02)
302286

303287
### Chore
@@ -322,7 +306,6 @@ Feat/0.4.0 ([`6cc6239`](https://github.com/galogm/graph_datasets/commit/6cc62390
322306

323307
* refactor: split different sources ([`5e79f87`](https://github.com/galogm/graph_datasets/commit/5e79f8704eabf61c8131d7f04ca305ea2a7fd24c))
324308

325-
326309
## v0.2.0 (2023-05-25)
327310

328311
### Chore
@@ -343,7 +326,6 @@ Feat/0.4.0 ([`6cc6239`](https://github.com/galogm/graph_datasets/commit/6cc62390
343326

344327
Feat/0.1.3 ([`f9058ca`](https://github.com/galogm/graph_datasets/commit/f9058ca294eeabfefec7f3066e04a5e5e460ae37))
345328

346-
347329
## v0.1.2 (2023-05-12)
348330

349331
### Chore
@@ -360,14 +342,12 @@ Feat/0.1.3 ([`f9058ca`](https://github.com/galogm/graph_datasets/commit/f9058ca2
360342

361343
Fix/0.1.2 ([`96f1c22`](https://github.com/galogm/graph_datasets/commit/96f1c226c8c11cdccdb36d2b303bb887b47acac7))
362344

363-
364345
## v0.1.1 (2023-05-12)
365346

366347
### Fix
367348

368349
* fix: fix DGL verbose and export load_data func ([`ea77e9c`](https://github.com/galogm/graph_datasets/commit/ea77e9ce6efc3deb871a90fcf3cb461340310ba6))
369350

370-
371351
## v0.1.0 (2023-05-12)
372352

373353
### Chore

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,15 @@ prerelease_token = "rc"
7575
prerelease = false
7676

7777
[tool.semantic_release.changelog]
78-
changelog_file = "CHANGELOG.md"
7978
exclude_commit_patterns = []
8079
mode = "update"
8180
# insertion_flag = "<!-- version list -->"
82-
# template_dir = "templates"
81+
# template_dir = ""
8382

84-
# [tool.semantic_release.changelog.default_templates]
85-
# changelog_file = "CHANGELOG.md"
86-
# output_format = "md"
87-
# mask_initial_release = true
83+
[tool.semantic_release.changelog.default_templates]
84+
changelog_file = "CHANGELOG.md"
85+
output_format = "md"
86+
mask_initial_release = true
8887

8988
[tool.semantic_release.changelog.environment]
9089
block_start_string = "{%"

0 commit comments

Comments
 (0)