Skip to content

Commit

Permalink
Update apache/logging-parent to version `` (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Dec 18, 2023
1 parent 5803417 commit 6188862
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:

build:
if: github.actor != 'dependabot[bot]'
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.0
with:
site-enabled: true

deploy-snapshot:
needs: build
if: github.repository == 'apache/logging-log4j-tools' && github.ref_name == 'main'
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.0
# Secrets for deployments
secrets:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
Expand All @@ -54,7 +54,7 @@ jobs:
deploy-release:
needs: build
if: github.repository == 'apache/logging-log4j-tools' && startsWith(github.ref_name, 'release/')
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.0
# Secrets for deployments
secrets:
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

build:
if: github.repository == 'apache/logging-log4j-tools' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.0

merge-dependabot:
needs: build
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.0
permissions:
contents: write # to push changelog commits
pull-requests: write # to close the PR
Expand Down
8 changes: 8 additions & 0 deletions src/changelog/.0.x.x/update_apache_logging_parent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
type="changed">
<issue id="91" link="https://github.com/apache/logging-log4j-tools/pull/91"/>
<description format="asciidoc">Update `apache/logging-parent` to version ``</description>
</entry>
1 change: 1 addition & 0 deletions src/site/_release-notes/_0.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This minor release contains various bug fixes and improvements.
[#release-notes-0-x-x-changed]
==== Changed
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-tools/pull/91[91])
* Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j-tools/pull/86[86])
* Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.10.2` (https://github.com/apache/logging-log4j-tools/pull/87[87])
Expand Down

0 comments on commit 6188862

Please sign in to comment.