Update release procedure and script #1336
Merged
Codacy Production / Codacy Static Code Analysis
required action
Nov 19, 2024 in 0s
4 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 4
See the complete overview on Codacy
Annotations
Check warning on line 20 in tools/roll_release.sh
codacy-production / Codacy Static Code Analysis
tools/roll_release.sh#L20
Double quote to prevent globbing and word splitting.
Check notice on line 20 in tools/roll_release.sh
codacy-production / Codacy Static Code Analysis
tools/roll_release.sh#L20
See if you can use ${variable//search/replace} instead.
Check warning on line 23 in tools/roll_release.sh
codacy-production / Codacy Static Code Analysis
tools/roll_release.sh#L23
Double quote to prevent globbing and word splitting.
Check notice on line 23 in tools/roll_release.sh
codacy-production / Codacy Static Code Analysis
tools/roll_release.sh#L23
See if you can use ${variable//search/replace} instead.
Loading