You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment lume release* command try to write the project version to the last line of src/index.ts, and it will fail if src/index.ts does not have this line.
This should be optional, and should be opted-into by making a src/version.ts file whose whole contents will be replaced. The initial file can be empty,to be populated by lime cli.
The text was updated successfully, but these errors were encountered:
At the moment
lume release*
command try to write the project version to the last line ofsrc/index.ts
, and it will fail ifsrc/index.ts
does not have this line.This should be optional, and should be opted-into by making a
src/version.ts
file whose whole contents will be replaced. The initial file can be empty,to be populated bylime
cli.The text was updated successfully, but these errors were encountered: