Skip to content

Commit

Permalink
feat: feat1
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianes98 committed Dec 29, 2024
1 parent e6302f6 commit 3649400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release_script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Strict mode for better error handling
set -euo pipefail
# set -euo pipefail

# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
# Unit testing https://github.com/bats-core/bats-core
Expand Down Expand Up @@ -210,7 +210,7 @@ get_latest_commits_list() {
log "$commit"
done

if [ "${commits_array[*]}" -eq 0 ]; then
if [ "${commits_array[@]}" -eq 0 ]; then
log "Warning: No commits found since last tag"
fi
#
Expand Down
1 change: 1 addition & 0 deletions src/my_logic.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat1

0 comments on commit 3649400

Please sign in to comment.