• 0.3.0 24b04905ba

    Version 0.3.0 Stable

    cadey released this 2020-06-12 11:18:13 +00:00 | 39 commits to main since this release

    Allows for a customizable default branch name for the drone plugin using either
    a hard-coded value or the Gitea api to fetch it. For compatibility's sake, the
    default behavior is to fetch the default branch name from the Gitea api. If you
    need to hard-code your default branch name, add the config like this:

      - name: auto-release
        image: xena/gitea-release:0.3.0
        settings:
          auth_username: cadey
          default_branch: trunk
          gitea_server: https://tulpa.dev
          gitea_token:
            from_secret: GITEA_TOKEN
        when:
          event:
            - push
          branch:
            - trunk
    

    Also fixed a suggestion to fetch tags over git before trying to run this in Drone.

    Downloads