• 1.2.0 ff47abe121

    1.2.0
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    Stable

    onlyati released this 2026-04-10 21:22:15 +00:00 | 2 commits to main since this release

    What's new

    Features

    • Skip if no go.mod file present (#10)
    Downloads
  • 1.1.3 71244f2e34

    v1.1.3
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/trivy Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    onlyati released this 2026-04-08 19:23:09 +00:00 | 3 commits to main since this release

    What's new

    Maintenance

    Downloads
  • 1.1.2 297b60e647

    v1.1.2
    All checks were successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    OnlyAti released this 2026-03-17 18:19:46 +00:00 | 6 commits to main since this release

    Downloads
  • 1.1.0 a6fa5c7a38

    v1.1.1 Stable

    OnlyAti released this 2026-03-01 18:56:00 +00:00 | 7 commits to main since this release

    What's new

    Features

    Downloads
  • 1.0.1 944e31080e

    v1.0.1 Stable

    OnlyAti released this 2026-02-26 22:26:56 +00:00 | 8 commits to main since this release

    Downloads
  • 1.0.0 d49cd4024a

    v1.0.0 Stable

    OnlyAti released this 2026-02-25 16:59:15 +00:00 | 9 commits to main since this release

    Woodpecker plugin for goreleaser

    This is a plugin to release go packages.

    Usage

    It can be used at any event for build, but for release only on tag.

    steps:
      - name: Release go application
        image: git.thinkaboutit.tech/pandora/goreleaser.woodpecker
        settings:
          release: true
          debug: true
          gitea_token:
            from_secret: gitea-token
    

    Settings

    Name Default value Description
    release false In case of true, it upload the project
    gitea_token In case of release this is required
    Downloads