Open Andy-L opened 3 years ago
Out of curiosity, why keeping in builds folder previous versions?
First we create a build with which to run tests (using a snapshot version). Only if the tests pass do we run semantic-release to repackage with the generated version and publish the release.
Are there plans to ever support this?
I'm trying to filter assets to only those that match the new version, e.g.:
but I just get an error:
I tried escaping the braces, e.g.
{"path": '**/build/libs/*$\{nextRelease.version\}*.jar'}
and alternate lodash syntax, e.g.{"path": '**/build/libs/*<%= nextRelease.version %>*.jar'}
but with the same results.