git-next/crates/core/src/config/commit_count.rs
Paul Campbell e759e495fd
All checks were successful
Rust / build (push) Successful in 6m21s
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 2m9s
feat: optionally specify max commits between dev and main
The default is 25.

Closes kemitix/git-next#121
2024-09-06 08:10:10 +01:00

4 lines
84 B
Rust

//
use crate::newtype;
newtype!(CommitCount, u32, Default, "A number of commits");