Skip to content

Commit ec4bd2f

Browse files
authored
ci: Fixing commit duplicate in the release script (#829)
Signed-off-by: Vincent Boutour <vincent.boutour@datadoghq.com>
1 parent 78b9afb commit ec4bd2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

aws/logs_monitoring/release.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,7 @@ prod_release() {
212212
log_info "Uploading layers..."
213213
./tools/publish_prod.sh "${LAYER_VERSION}" "${FORWARDER_VERSION}"
214214

215-
log_info "Committing version number change..."
216-
git add "settings.py" "template.yaml"
217-
git commit --signoff --message "ci(release): Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION}"
215+
log_info "Pushing version number change..."
218216
git push origin master
219217

220218
# Create a GitHub release
@@ -266,4 +264,5 @@ log_success "Forwarder release process complete!"
266264

267265
if [[ ${ACCOUNT} == "prod" ]]; then
268266
log_info "Don't forget to add release notes in GitHub!"
267+
log_info "\thttps://github.com/DataDog/datadog-serverless-functions/releases"
269268
fi

0 commit comments

Comments
 (0)