ppkarwasz commented on code in PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#discussion_r1799494263
########## .github/workflows/package_code.yml: ########## @@ -12,58 +13,180 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# name: Generate release files on: workflow_dispatch: Review Comment: In Log4j we run the release action on each push to a `release/<version>` branch. Would that be an option for Log4cxx? The advantage of making a branch vs a tag is that we don't stall a release if the main branch receives new commits. -- 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]
