Commit Graph

17 Commits

Author SHA1 Message Date
phundrak 854136d2a9 chore(deps): upgrade to jj-lib 0.41.0 2026-05-27 09:00:50 +02:00
phundrak bd6892d91e chore(jj-lib): upgrade to jj-lib 0.40.0
Publish Docker Images / coverage-and-sonar (push) Successful in 16m32s
2026-05-03 19:56:27 +02:00
phundrak c5814ab480 feat(cli): add jj-lib version to version output 2026-04-22 01:18:12 +02:00
phundrak 1bab78cb20 feat: set message for multiple revsets
Allows to set the revision message of multiple revisions by passing
them as arguments. This only supports simple revisions, such as `@`,
`@-`, `xs`, and so on. Comple revisions such as `@..@-` are not
supported.

Fixes: #5
2026-04-22 01:18:12 +02:00
CI Bot a5b2bc41aa chore(release): bump version to 1.0.1-dev [skip ci] 2026-03-25 15:06:26 +00:00
CI Bot 82aeaec37b chore(release): release 1.0.0 [skip ci] 2026-03-25 14:57:29 +00:00
phundrak 7603e331bd chore(release): prepare 1.0.0 release
Release / release (push) Successful in 11m59s
Release / checks (push) Successful in 8m35s
Publish Docker Images / coverage-and-sonar (push) Successful in 24m33s
2026-03-25 15:46:11 +01:00
phundrak 2c7a3d360d feat: edit body for commit messages 2026-03-23 13:36:57 +01:00
phundrak 79a11cb82d feat(prompt): add support for wide characters in prompt preview 2026-03-14 01:24:04 +01:00
phundrak 3e0d82de9a feat: implement breaking change input 2026-03-14 01:24:04 +01:00
phundrak c67ed67aa1 fix(config): load user config
Publish Docker Images / coverage-and-sonar (push) Successful in 11m34s
2026-03-08 19:05:57 +01:00
phundrak 98403152ab chore(build): preparing for CI 2026-03-08 19:05:57 +01:00
phundrak a45f0424f4 feat: add interactive conventional commit workflow with jj-lib backend
Replace CLI executor with jj-lib integration, implement full interactive
commit workflow via prompts, and add mock infrastructure for testing.
Add CLI integration tests and error handling tests.
2026-03-08 15:39:08 +01:00
phundrak 6799c9e14a chore(deps): add jj-lib dependency 2026-03-07 01:23:10 +01:00
phundrak aec5e87b49 feat(Scope): implement Scope and tests 2026-02-07 19:43:06 +01:00
phundrak cbca4aec55 feat(deps): add project dependencies 2026-02-07 19:43:06 +01:00
phundrak 3258355d2f initial commit
Publish Docker Images / coverage-and-sonar (push) Successful in 9m47s
2026-02-07 19:43:06 +01:00