renovate[bot]
1699fdad32
build(deps): update dependency cargo-wix to 0.3.8 ( #6535 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-01 21:49:05 +00:00
renovate[bot]
a13e8d1f3d
build(deps): update reviewdog/action-suggester action to v1.19.0
2025-01-12 13:02:55 +00:00
renovate[bot]
40d9c92314
build(deps): update codecov/codecov-action action to v5 ( #6397 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-12 00:23:24 +01:00
David Knaack
fcc697b9b3
feat(release): codesign windows release binaries ( #6273 )
2024-10-13 22:22:12 +02:00
renovate[bot]
7f8bd10c9b
build(deps): update reviewdog/action-suggester action to v1.18.0
2024-09-16 08:11:47 +00:00
renovate[bot]
50cd112207
build(deps): update reviewdog/action-suggester action to v1.17.0
2024-07-14 13:04:29 +00:00
renovate[bot]
a4d96ed0db
build(deps): update reviewdog/action-suggester action to v1.16.0
2024-07-07 01:50:35 +00:00
renovate[bot]
70d7dd68bd
build(deps): update reviewdog/action-suggester action to v1.15.0
2024-06-22 21:30:02 +00:00
David Knaack
a1c50be2a4
chore(deps): handle signpath update ( #6000 )
2024-06-22 09:53:21 +02:00
renovate[bot]
37fba4cfb7
build(deps): update reviewdog/action-suggester action to v1.14.0
2024-06-17 16:59:07 +00:00
renovate[bot]
d8a3ac72a3
build(deps): update reviewdog/action-suggester action to v1.13.0
2024-06-08 10:30:46 +00:00
renovate[bot]
cb5eb2ed19
build(deps): update signpath/github-action-submit-signing-request action to v0.4
2024-05-27 14:25:05 +00:00
David Knaack
6a7c3b07ba
ci: add preliminary windows codesigning via signpath ( #5944 )
2024-05-12 10:00:20 +02:00
renovate[bot]
ad4fa687e7
build(deps): update reviewdog/action-suggester action to v1.12.0
2024-04-24 10:44:43 +00:00
renovate[bot]
c34e00cd3e
build(deps): update codecov/codecov-action action to v4 ( #5742 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 08:07:25 +01:00
renovate[bot]
26375c49cf
build(deps): update reviewdog/action-suggester action to v1.11.0
2024-02-08 22:27:21 +00:00
renovate[bot]
ab261a6a26
build(deps): update reviewdog/action-suggester action to v1.10.0
2024-01-23 12:00:56 +00:00
David Knaack
92d37f7ef6
ci(deps): move actions/checkout
back to version instead of digest pin ( #5474 )
2024-01-07 09:05:37 +07:00
renovate[bot]
9af6670cd2
build(deps): update reviewdog/action-suggester action to v1.9.0
2023-12-20 01:54:06 +00:00
renovate[bot]
e19aa6e7f3
build(deps): update giraffate/clippy-action digest to 94e9bd8
2023-11-23 14:57:55 +01:00
renovate[bot]
55c07bcc7d
build(deps): update reviewdog/action-suggester action to v1.8.0
2023-09-06 20:31:45 +00:00
renovate[bot]
d70d403ddd
build(deps): update reviewdog/action-suggester action to v1.7.5
2023-09-05 12:53:28 +00:00
renovate[bot]
d59bce30ae
build(deps): update actions/checkout action to v4 ( #5416 )
2023-09-05 03:09:06 +09:00
renovate[bot]
b24bdbc74e
build(deps): update reviewdog/action-suggester action to v1.7.4
2023-08-07 16:12:29 +00:00
renovate[bot]
04f0fe380a
build(deps): update reviewdog/action-suggester action to v1.7.3
2023-08-06 04:50:27 +00:00
renovate[bot]
4ac4fa886e
build(deps): update reviewdog/action-suggester action to v1.7.2
2023-08-05 06:40:48 +00:00
renovate[bot]
fad16ca1b8
build(deps): update reviewdog/action-suggester action to v1.7.1
2023-06-20 23:40:36 +00:00
renovate[bot]
ee92e0dd47
build(deps): update reviewdog/action-suggester action to v1.6.1
2023-06-16 07:29:52 +00:00
David Knaack
f716b605f3
ci: remove actions-rs actions ( #5115 )
2023-05-01 22:15:50 +02:00
David Knaack
4c12a7878b
ci: use reviewdog/action-suggester
for config-schema check ( #4857 )
...
* ci: use `reviewdog/action-suggester` for config-schema check
* increase workflow permissions
2023-03-02 18:49:26 +01:00
David Knaack
b55774d3a6
feat(release): handle chocolatey starship.portable and starship.install pkg publishing ( #4723 )
...
Handles starship.install (MSI installer) and starship.portable and makes starship an
empty meta-package that only depends on starship.install. MSI/installer packages
seem to be preferred over zip-based installers on chocolatey. Proper virtual packages
that allow choosing either a portable or install variant aren't implemented in chocolatey yet.
2023-02-27 23:03:32 -06:00
Matan Kushner
93c7eca550
ci: reduce renovate PR noise ( #4892 )
2023-02-09 03:51:38 +09:00
Matan Kushner
1e35f0c163
ci: don't fail CI if codecov fails to upload
2023-01-18 12:04:04 +09:00
David Knaack
df37e8d40c
feat(release): add chocolatey publishing ( #4637 )
...
* feat(release): add chocolatey publishing
* change variable forwarding
2022-11-25 17:19:03 +01:00
Marco Ieni
e4dbff0fc7
fix(ci): cache after selecting the toolchain ( #4619 )
2022-11-21 10:54:59 -06:00
renovate[bot]
df5a04288c
build(deps): update dependency cargo-wix to 0.3.4
2022-11-12 18:38:46 +00:00
renovate[bot]
1f6619a43e
build(deps): update swatinem/rust-cache action to v2 ( #4493 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-18 14:13:12 +02:00
renovate[bot]
867a89a862
build(deps): update dependency cargo-wix to 0.3.3
2022-10-04 17:38:33 +00:00
David Knaack
1e284347fa
ci: avoid running tests twice for dependabot prs ( #4350 )
2022-09-08 21:00:40 +02:00
David Knaack
b8cbd7748c
ci(windows): fix installer condition ( #4056 )
2022-06-15 23:30:22 +02:00
David Knaack
89fd5320af
feat(release): add windows msi installers ( #4031 )
...
* feat(release): add windows msi installers
* add install documentation
* use intransparent ico-file
* run installer tests on push, add continue-on-error
2022-06-02 22:26:10 +02:00
Kevin Song
296d55f47e
ci: Set MacOS deployment target at 10.7 in CI ( #3973 )
2022-05-09 22:08:57 +02:00
David Knaack
9b2ce4240c
revert(schema): move config-schema back into .github folder ( #3886 )
...
This reverts PR #3878 / commit 094f982df1
.
2022-04-18 17:42:47 +02:00
David Knaack
094f982df1
fix(schema): move config-schema into docs folder ( #3878 )
2022-04-16 10:16:27 -04:00
David Knaack
5cece2776a
ci(codecov): use codecov token ( #3866 )
2022-04-12 12:01:49 -04:00
Denis Cornehl
e61394a97a
ci: add test coverage reporting with codecov ( #3848 )
2022-04-08 20:20:24 -04:00
David Knaack
18ad26f98d
feat: allow printing config file schema ( #3737 )
2022-04-01 17:14:05 +02:00
dependabot[bot]
ef1521bce2
build: bump actions/checkout from 2.4.0 to 3 ( #3678 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 10:09:45 -05:00
David Knaack
bfff44fddb
ci: deny warnings, useful env vars, do not cache deploy ( #3629 )
...
* ci: deny warnings, useful env vars, do not cache deploy
* fix: allow nightly warnings
2022-02-22 21:16:52 +01:00
Marc Schreiber
dcf66659d0
feat: Enable Undistract Me for Linux ( #3547 )
...
In #1019 the undistract feature has been added to starship without
enabling it by default due to the system dependency on libdbus. With
recent versions of notify-rust the dependency is no longer required and
the feature can be enabled by default.
2022-01-31 15:28:13 -06:00