Skip to content

Commit 98e5597

Browse files
authored
fix: update string for semantic-release lib to replace with actual version (#116)
The semantic-release library used in CI will try to automatically update a specified string with the detected version. This PR changes that string from 'semantic-release' to '0.0.0' in the releaserc.js
1 parent 7265c2b commit 98e5597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
replacements: [
1111
{
1212
files: ['smartcar/__init__.py'],
13-
from: "__version__ = \"semantic-release\"",
13+
from: "__version__ = \"0.0.0\"",
1414
to: "__version__ = \"${nextRelease.version}\"",
1515
results: [
1616
{

0 commit comments

Comments
 (0)