Skip to content

Commit 027e445

Browse files
committed
Remove obsolete TODOs
1 parent d3a9565 commit 027e445

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/bump-and-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
# TODO: should this always assume that release X.Y.Z will always be created from X.Y.Z-SNAPSHOT"?
4+
# This script assumes that release X.Y.Z will always be created from X.Y.Z-SNAPSHOT"
55
echo "Replace snapshot version with release version ${RELEASE_VERSION} in build.gradle"
66
sed --in-place "s/version = '.*-SNAPSHOT'/version = '${RELEASE_VERSION}'/g" build.gradle
77

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ jobs:
7979
git config user.email "${GIT_AUTHOR_EMAIL}"
8080
8181
# This step bumps version numbers in build.gradle and creates git artifacts for the release
82-
# TODO: this could leverage the git-sign action with some minor changes
83-
# See https://github.com/mongodb-labs/drivers-github-tools/tree/main?tab=readme-ov-file#git-sign
8482
- name: "Bump version numbers and create release tag"
8583
run: .github/workflows/bump-and-tag.sh
8684

0 commit comments

Comments
 (0)