Skip to content

Commit

Permalink
This is a test
Browse files Browse the repository at this point in the history
  • Loading branch information
coulisse committed Nov 18, 2023
1 parent a488e76 commit c32fcac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ keywords:
- spiderweb
license: GPL-3.0
version: v2.4.5.71
date-released: 2023-11-16
date-released: 2023-11-18
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Change log
Date: 16/11/2023
Date: 18/11/2023
Release: v2.4.5.71
- security issue #46
- csp report
Expand Down
4 changes: 3 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ if [ "$2" == "-c" ]; then
exit 8
fi
echo Tagging ok

echo If you would to push execute this command:
echo git push --atomic origin development ${ver}
else
echo 'Error: You can make a commit only if the first option is -r = release!!!'
exit 10
Expand All @@ -317,3 +318,4 @@ fi

echo

#git push --atomic origin development v2.4.5.71

0 comments on commit c32fcac

Please sign in to comment.