Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 828 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 828 Bytes

renovate-dry-run-action

Dry-run Renovate and print logs for GitHub Actions.

Usage

See action.yaml

jobs:
  renovate-dry-run:
    permissions:
      contents: read  # required by actions/checkout
      pull-requests: read  # required by renovate, because renovate to read pull request.
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: cybozu/renovate-dry-run-action@v1
        with:
          config-file: renovate.json

Release

  1. Open Tagging and Release action page.
  2. Click Run workflow.
  3. Input version.
  4. Click Run workflow.
  5. Open Releases page.
  6. Amend draft release.
  7. Uncheck Set as a pre-release.
  8. Click Update release.