summaryrefslogtreecommitdiffstats
path: root/xtask
AgeCommit message (Collapse)Author
2023-07-08build: simplify releaseToby Vincent
2023-07-08build: add xtask version commandToby Vincent
2023-07-08build: fix and simplify releaseToby Vincent
2023-07-08build: fix version parsing from git tagToby Vincent
2023-07-08build: update lock file after bumping Cargo.tomlToby Vincent
2023-07-08build: move bump to utility functionsToby Vincent
2023-07-08build: reorganize xtask crateToby Vincent
2023-07-08build: simplify `xtask dist` and add --checkToby Vincent
2023-07-08build: fix bump read/writeToby Vincent
2023-06-04build: improve ergonomics of version replaceToby Vincent
2023-06-03build: add xtask release commandToby Vincent
2023-06-01build: improve xtask cli structureToby Vincent
2023-06-01build: improve build tooling and add CDToby Vincent
Implement a xtask pattern tool for packaging into distributable. Add build script to generate completion scripts and man page. Improve PKGBUILDs and CI to use new tooling and upload artifact to tag after successful CI build. Make minor changes in cli config to facilitate the new build.rs script.