36 Commits

Author SHA1 Message Date
strawberry
25c6d8b2ad cargo fmt
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-09-09 22:40:40 -04:00
strawberry
c76e2873c1 make ruma-identifiers-validation a ruma feature
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-07-23 22:09:52 -04:00
Kévin Commaille
30701596d0 xtask: Set user-agent string of HTTP client
GitHub doesn't allow to use the REST API without a user-agent set
2024-05-09 15:17:07 +02:00
Kévin Commaille
14d7ec42e7 xtask: Don't try to read ruma-macros changelog and only publish it 2024-05-09 15:17:07 +02:00
mib
7b373b78bb
xtask: Migrate from isahc to reqwest
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
Co-authored-by: Kévin Commaille <76261501+zecakeh@users.noreply.github.com>
2024-04-26 20:43:49 +00:00
Jonas Platte
6aa6b65258
xtask: Adjust release code for ruma-macros 2023-10-24 16:19:51 +02:00
Jonas Platte
db6acae8a8
xtask: Don't wait after ruma-macros release
Current versions of Cargo do this as part of `cargo publish`.
2023-02-02 13:13:36 +01:00
Jonas Platte
c7e84c5249
Fix clippy lints
Automated using `cargo clippy --fix`.
2022-10-26 13:38:29 +02:00
Jonas Platte
21a03fce92
Undo pinning of clap 2022-06-15 18:33:56 +02:00
Jonas Platte
a47c8f08d3
xtask: Prevent Cargo from upgrading clap to 3.2
https://github.com/clap-rs/clap/issues/3822
2022-06-13 19:29:33 +02:00
Jonas Platte
8912182c56
Increase usage of implicit named arguments in format strings 2022-06-03 10:06:28 +02:00
Kévin Commaille
c647d39c9e xtask: Add dry-run option for release task 2022-03-18 13:11:41 +01:00
Kévin Commaille
097d329718 xtask: Switch to clap 2022-03-18 13:11:41 +01:00
Kévin Commaille
23b8941361
xtask: Release ruma-macros with ruma-common 2022-03-10 18:45:26 +01:00
Jonas Platte
ab9994253c
xtask: Fix VersionExt::is_next 2022-02-19 14:23:21 +01:00
Jonas Platte
e579735ebc
xtask: Upgrade dependencies 2021-10-18 12:52:31 +02:00
Jonas Platte
2141de3465
xtask: Remove dead code 2021-09-12 22:03:32 +02:00
Jonas Platte
1e079a4fe3
xtask: Fix wrong release version comparison
self.package.version was compared to self.version after being set to the same.
2021-05-15 19:25:43 +02:00
Devin Ragotzy
c6aa2e0428 Fix clippy warnings across workspace 2021-05-06 06:16:28 -04:00
132ikl
ba642674af
xtask: Fix release creating an empty commit on existing release 2021-04-24 09:23:09 +00:00
Jonas Platte
b829c472fa
xtask: Fix git command syntax 2021-04-17 19:37:57 +02:00
Jonas Platte
1abda2067e
xtask: Double the sleep after macro crate release 2021-04-17 19:24:33 +02:00
Jonas Platte
3995ef0fdb
xtask: Allow "con" for "continue" 2021-04-17 19:24:33 +02:00
Jonas Platte
976b1b8090
xtask: Push release commit after cargo publish, together with tag 2021-04-17 19:07:52 +02:00
Jonas Platte
233b473041
xtask: Disallow releasing a macro crate without its parent crate 2021-04-17 18:57:19 +02:00
Jonas Platte
461f856b5a
ci: Disable irrelevant parts of xtask 2021-04-14 19:20:45 +02:00
Jonas Platte
4bc25f836a
xtask: Exit feedback loop on EOF 2021-04-14 19:09:57 +02:00
Kévin Commaille
bc62192e60
xtask: Add release commit creation to release 2021-04-14 18:53:56 +02:00
Jonas Platte
96758df5dd
xtask: Skip 10sec delay after publishing macro crate was skipped
(because it already existed)
2021-04-13 21:25:52 +02:00
Jonas Platte
cae9a3e089
xtask: Fail early in release if config.toml does not exist 2021-04-13 21:21:28 +02:00
Jonas Platte
322edc551f
xtask: Add a delay after publishing a macro crate 2021-04-13 21:16:24 +02:00
Jonas Platte
48c71dbe4d
xtask: Clean up 2021-04-13 18:14:39 +02:00
Kévin Commaille
d189c5ea29 xtask: Handle pre-releases in release 2021-04-12 20:12:28 +02:00
Kévin Commaille
508aa6dac5 xtask: Handle macros crates in release 2021-04-12 20:12:28 +02:00
Kévin Commaille
ae6183ce6e
xtask: Make release check before each step and ask to continue 2021-04-05 17:40:18 +02:00
Kévin Commaille
eb7683bae9
Add xtask to automate crate releases 2021-04-03 16:59:28 +02:00