Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release procedure and script #1336

Merged
merged 6 commits into from
Nov 20, 2024

Use proper regex to check for correct version in release script

2099dea
Select commit
Loading
Failed to load commit list.
Merged

Update release procedure and script #1336

Use proper regex to check for correct version in release script
2099dea
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 19, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tools/roll_release.sh#L23

See if you can use ${variable//search/replace} instead.