Skip to content

Commit

Permalink
chore(Python): Pin releases to patch version (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 authored Oct 31, 2024
1 parent 139f903 commit 77c195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ module.exports = {
{
files: Object.keys(Runtimes.python),
from: "{path =.*",
to: '"~${nextRelease.version}"',
to: '"${nextRelease.version}"',
results: Object.keys(Runtimes.python).map(
CheckDependencyReplacementResults,
),
Expand Down

0 comments on commit 77c195e

Please sign in to comment.