Trunk-based development manager for a solo developer. https://git.kemitix.net/kemitix/git-next
Find a file
Paul Campbell 9a1756bf6c
All checks were successful
Rust / build (push) Successful in 1m22s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 45s
build(forgejo): remove publish-to-crates-io step
This is now handled by release-plz
2024-08-04 19:24:27 +01:00
.cargo fix: remove requirement for RUSTFLAGS to be set 2024-07-29 08:07:39 +01:00
.forgejo/workflows build(forgejo): remove publish-to-crates-io step 2024-08-04 19:24:27 +01:00
.git-hooks chore: convert project into a cargo workspace 2024-05-11 16:33:18 +01:00
.woodpecker build(woodpecker): remove publish-to-forgejo step 2024-08-04 19:24:03 +01:00
crates fix: shout.desktop should be optional 2024-08-04 16:02:06 +01:00
.gitignore chore: for binary we track Cargo.lock 2024-08-02 08:52:23 +01:00
.rgignore build(woodpecker): TODO checker ignores git hook samples 2024-04-07 17:17:49 +01:00
bacon.toml chore: bacon treats clippy warnings as errors 2024-07-05 20:12:17 +01:00
Cargo.lock chore: release 2024-08-04 15:25:54 +00:00
Cargo.toml chore: release 2024-08-04 15:25:54 +00:00
CHANGELOG.md chore: release 2024-08-04 15:25:54 +00:00
cliff.toml fix(docs): git-cliff template add null check 2024-05-20 09:00:43 +01:00
Dockerfile build: upgrade docker image to use debian:stable-20240722-slim 2024-08-04 10:03:52 +01:00
Dockerfile.builder build: add missing dependency libdbus-1-dev 2024-08-04 08:23:47 +01:00
justfile chore: justfile publish revert to dev branch when complete 2024-07-29 10:33:03 +01:00
LICENSE docs(license): update copyright name 2024-04-08 20:32:10 +01:00
README.md docs: update link from root README to cli README 2024-07-15 16:08:48 +01:00
release-plz.toml build: release-plz single changelog and tag 2024-08-04 08:02:40 +01:00
renovate.json chore: renovate PRs should target dev branch 2024-08-02 10:45:30 +01:00

git-next

Trunk-based developement manager.

git-next is a combined server and command-line tool that enables trunk-based development workflows where each commit must pass CI before being included in the main branch.

See README.md for more information.