Skip to content

Commit 77c195e

Browse files
chore(Python): Pin releases to patch version (#935)
1 parent 139f903 commit 77c195e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module.exports = {
160160
{
161161
files: Object.keys(Runtimes.python),
162162
from: "{path =.*",
163-
to: '"~${nextRelease.version}"',
163+
to: '"${nextRelease.version}"',
164164
results: Object.keys(Runtimes.python).map(
165165
CheckDependencyReplacementResults,
166166
),

0 commit comments

Comments
 (0)