Skip to content

Commit df17f2e

Browse files
committed
docs: reconcile version history and roadmap
1 parent 66637f9 commit df17f2e

File tree

14 files changed

+465
-613
lines changed

14 files changed

+465
-613
lines changed

.agent/workflows/publish-change.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,12 @@ Finalize the snapshot and push to the remote.
4848

4949
Once the PR is approved and merged into the integration branch:
5050

51-
7. Create a release tag
52-
`gh release create v1.0.0 --generate-notes`
51+
8. Create a release tag (Automated)
52+
53+
```bash
54+
# Dry run to check version
55+
jj next-minor
56+
57+
# Create release
58+
gh release create $(jj next-minor) --generate-notes
59+
```

.trunk/trunk.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@ lint:
2121
- yamllint@1.37.1
2222
- actionlint@1.7.9
2323
- checkov@3.2.496
24+
- codespell@2.2.6
2425
- git-diff-check
2526
- markdownlint@0.47.0
2627
- prettier@3.7.4
27-
- shellcheck@0.11.0
28+
- ruff@0.1.6
29+
- shellcheck@0.11.0:
30+
autofix: false
2831
- shfmt@3.6.0
2932
- taplo@0.10.0
33+
- trivy@0.48.1
3034
- trufflehog@3.92.4
3135
actions:
3236
disabled:

0 commit comments

Comments
 (0)