Andy Lee

Results 2 issues of Andy Lee

I'm trying to filter assets to only those that match the new version, e.g.: ```yaml plugins: - '@semantic-release/commit-analyzer' - '@semantic-release/release-notes-generator' - - '@semantic-release/github' - assets: - {"path": '**/build/libs/*${nextRelease.version}*.jar'} ``` but...

I'd like to configure tomcat's logging level when using `tomcatRunWar`, but I don't see any way to do that. Can I drop a `logging.properties` or `log4j.properties` file somewhere, or is...