Commit Graph

989 Commits

Author SHA1 Message Date
FabianLars
ca730c48a2 apply version updates 2025-11-16 16:06:20 +00:00
Fabian-Lars
5d35c8e318 feat!: set asset label to real file name (#1189) 2025-11-16 17:05:49 +01:00
Fabian-Lars
1898cf45ee fix: overwrite native builds if needed (#1186) 2025-11-16 15:18:37 +01:00
Fabian-Lars
6d11c279be refactor!: remove updaterJsonKeepUniversal (#1185) 2025-11-15 14:01:11 +01:00
Fabian-Lars
c18827ebec refactor!: split workflow artifact configs (#1183) 2025-11-15 13:22:54 +01:00
renovate[bot]
c4979999df chore(deps): update dependency @types/node to v24.10.1 (#1181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-15 12:35:20 +01:00
Fabian-Lars
419b5163e9 feat: add option to not upload .sig files (#1182) 2025-11-15 12:34:57 +01:00
Fabian-Lars
b11045c21f refactor: move uploadWorkflowArtifacts logic into sep file (#1180) 2025-11-14 22:41:23 +01:00
Fabian-Lars
59219d36c3 ci: update workflow deps (#1179) 2025-11-14 22:12:44 +01:00
Fabian-Lars
05c1b09fe5 feat: optionally upload workflow artifacts (#1178) 2025-11-14 20:22:28 +01:00
Fabian-Lars
9491f9dffc fix: fail if release is not a draft when it should be (#1177) 2025-11-13 23:39:07 +01:00
Fabian-Lars
ab628636a1 fix: also search lockfile in parent dirs (#1176) 2025-11-13 23:30:18 +01:00
Fabian-Lars
eea189090a fix: actions fails silently if runner bin doesn't exist (#1175) 2025-11-13 23:09:44 +01:00
Fabian-Lars
c905d99edb chore: update author in action.yml 2025-11-13 20:52:44 +01:00
renovate[bot]
bde9f89bdf chore(deps): update dependency typescript-eslint to v8.46.4 (#1173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-13 20:38:46 +01:00
Fabian-Lars
2e37e06369 fix: use npm exec instead of npm run if no tauri script can be detected (#1174) 2025-11-13 20:20:31 +01:00
FabianLars
af2966305d ci: don't cache node_modules in real-world workflow 2025-11-13 19:00:55 +01:00
FabianLars
8004782352 ci: update tauri version specifier 2025-11-13 18:59:34 +01:00
Fabian-Lars
766720b094 refactor!: remove project init feature (#1172) 2025-11-13 18:45:00 +01:00
FabianLars
0e168542a6 ci: disable rpm compression in fixture 2025-11-13 17:18:19 +01:00
Fabian-Lars
aa82f4b95d build: re-enable code minification (#1171) 2025-11-13 17:17:06 +01:00
Fabian-Lars
adb8bd38d1 refactor!: remove includeDebug and includeRelease settings (#1170) 2025-11-13 16:57:56 +01:00
Fabian-Lars
7485c956ab chore(deps): switch to smol-toml (#1169) 2025-11-13 16:24:28 +01:00
Fabian-Lars
9b645673d5 refactor!: drop support for tauri<2.0.0 (#1167) 2025-11-13 15:54:48 +01:00
renovate[bot]
29a724f589 chore(deps): update dependency @types/node to v24.10.0 (#1160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-13 14:45:07 +01:00
github-actions[bot]
19b93bb556 apply version updates (#1155)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
v0.6.0 action-v0.6.0
2025-11-12 20:36:41 +01:00
renovate[bot]
8c277b51ef chore(deps): update dependency typescript-eslint to v8.46.3 (#1161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 19:59:07 +01:00
FabianLars
59a1a70223 chore: add missing changefile for #1166 2025-11-12 19:57:06 +01:00
Fabian-Lars
85a1f32ac2 fix: incorrect filename suffix for nsis setup exe (#1166) 2025-11-12 19:52:21 +01:00
renovate[bot]
5534584ab2 chore(deps): update eslint monorepo to v9.39.1 (#1162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 19:39:10 +01:00
Fabian-Lars
45acc1922a feat: add generatedReleaseNotes (#1164) 2025-11-10 17:12:42 +01:00
renovate[bot]
0449f8298f chore(deps): update dependency @types/node to v24.9.2 (#1157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-04 15:24:52 +01:00
Fabian-Lars
6862b45f17 fix: Not found error on upload (unreleased) (#1159) 2025-11-04 15:24:40 +01:00
s1adem4n
08112f729d feat: add Gitea support (#1106)
Co-authored-by: FabianLars <github@fabianlars.de>
2025-11-04 13:28:13 +01:00
renovate[bot]
c2b5c6db9b chore(deps): update eslint monorepo to v9.39.0 (#1158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 23:17:04 +01:00
Shaun Hamilton
e918a068fe fix: encode tagName option for url (#1133)
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-10-27 13:36:09 +01:00
TATSUNO “Taz” Yasuhiro
b0671399f1 chore: bump node.js to 24 (#1130)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-10-27 13:28:37 +01:00
renovate[bot]
e371c4d1d7 chore(deps): update eslint monorepo to v9.38.0 (#1151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 12:38:25 +01:00
github-actions[bot]
3b50ac4d45 apply version updates (#1142)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
v0.5.24 action-v0.5.24
2025-10-26 12:38:07 +01:00
renovate[bot]
ec45b75089 chore(deps): update dependency typescript-eslint to v8.46.2 (#1154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 12:33:02 +01:00
Fabian-Lars
c5d6ac7494 fix: latest.json contains only macos (#1152) 2025-10-23 17:20:51 +02:00
renovate[bot]
bcb2aa46e6 chore(deps): update dependency typescript-eslint to v8.46.1 (#1147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 12:24:20 +02:00
FabianLars
5908eebf61 feat: add _setup as alternative to -setup 2025-10-09 16:37:38 +02:00
FabianLars
fc4608ec08 feat: new -setup injection for namePattern 2025-10-09 16:31:26 +02:00
kandrelczyk
0143b09178 feat: latest.json with bundle type info (#1129)
Co-authored-by: FabianLars <github@fabianlars.de>
2025-10-09 16:19:44 +02:00
renovate[bot]
d53ea40914 chore(deps): update dependency @types/node to v22.18.8 (#1145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 14:22:20 +02:00
renovate[bot]
d6ce42d490 chore(deps): update eslint monorepo to v9.37.0 (#1146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 14:17:27 +02:00
renovate[bot]
b0ef172066 chore(deps): update dependency globby to v15 (#1144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-02 11:45:56 +02:00
Fabian-Lars
ac619d2981 fix: fix path lookup for uploadPlainBinary. Add to CI tests. (#1143) 2025-10-01 18:44:15 +02:00
renovate[bot]
da6805dace chore(deps): update dependency @types/node to v22.18.6 (#1119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-01 15:51:55 +02:00