Skip to content

Commit

Permalink
ci(release): Fix release script to add readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Dec 2, 2021
1 parent 6f1086a commit f90ea84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ else
fi
git add $git_base_dir/inc/constants.php
git add $git_base_dir/crowdsec.php
git add $git_base_dir/readme.txt

git commit -m "chore(*): bump version to v$NEW_GIT_VERSION_WITHOUT_V_PREFIX"
git tag v$NEW_GIT_VERSION_WITHOUT_V_PREFIX
Expand Down

0 comments on commit f90ea84

Please sign in to comment.