marwin1991 commented on PR #3044:
URL: https://github.com/apache/solr/pull/3044#issuecomment-2610331880

   @malliaridis @dsmiley 
   
   Hello, 
   
   We can improve `add` task by defining in `logchange-config.yml` questions to 
skip and default value for skipped questions and command do execute something 
like
   
   ```yml
   commands:
      add:
         questions:
             fileName:
                 skip: true
                 value: "changelog/unreleased/${branchName}.yml"
                 variables:
                   - name: branchName
                     command: "git rev-parse --abbrev-ref HEAD"
   ```
   
   But maybe adding new entry can be handle by your own custom task with needs 
suited for you? Generally its pure yml file and in 99% cases I use copy paste :)
   
   I use add task (mvn mojo) for renovate post task to create entries in no 
interactive mode about dependency updates. For dependabot 
https://github.com/logchange/logchange/issues/429


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to