Skip to content

Commit 6145acf

Browse files
committed
docs: update todo
1 parent f8ed7a9 commit 6145acf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
"${{ fromJson(needs.zerv-versioning.outputs.versions).v_semver_major }}",
3838
"${{ fromJson(needs.zerv-versioning.outputs.versions).v_semver_major_minor }}"
3939
]
40+
# TODO: update this after release
41+
# tags: >-
42+
# [
43+
# "${{ fromJson(needs.zerv-versioning.outputs.versions).v_major }}",
44+
# "${{ fromJson(needs.zerv-versioning.outputs.versions).v_major_minor }}"
45+
# ]
4046

4147
# ====================================================
4248
# Test and Lint

src/vcs/git.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,6 @@ mod tests {
882882
Ok(())
883883
}
884884

885-
// TODO: fix this bug now ====
886885
// Test with annotated tags - mirrors test_get_latest_tag_comprehensive but uses annotated tags
887886
#[test]
888887
fn test_get_latest_tag_comprehensive_annotated() -> crate::error::Result<()> {

0 commit comments

Comments
 (0)