• 0.2.7 235560fc71

    Version 0.2.7 Stable

    cadey released this 2020-06-05 14:50:34 +00:00 | 43 commits to main since this release

    FIXED

    Exit if this version already exists

    Downloads
  • 0.2.6 7d09c0dee0

    Version 0.2.6 Stable

    cadey released this 2020-06-01 04:14:32 +00:00 | 44 commits to main since this release

    A fix from @kivikakk to remove the use of RefCells in markdown parsing

    Downloads
  • 0.2.5 ac2982b2ab

    Version 0.2.5 Stable

    cadey released this 2020-05-31 20:57:39 +00:00 | 47 commits to main since this release

    CD fix

    Downloads
  • 0.2.4 285d8a7e67

    Version 0.2.4 Stable

    cadey released this 2020-05-31 20:46:35 +00:00 | 48 commits to main since this release

    I need to make some kind of drone CI validator

    Downloads
  • 0.2.3 be09d46574

    Version 0.2.3 Stable

    cadey released this 2020-05-31 20:42:12 +00:00 | 49 commits to main since this release

    Typo in the CD script :D

    Downloads
  • 0.2.2 f32c927889

    Version 0.2.2 Stable

    cadey released this 2020-05-31 20:34:05 +00:00 | 50 commits to main since this release

    Update README, automatically push docker images

    Downloads
  • 0.2.1 d6d6d84e43

    Version 0.2.1 Stable

    cadey released this 2020-05-31 20:00:26 +00:00 | 51 commits to main since this release

    Hotfix for typos in the docker manifest.

    Downloads
  • 0.1.1 8ec674e6e4

    Version 0.1.1 Stable

    cadey released this 2020-05-31 18:19:22 +00:00 | 56 commits to main since this release

    FIXED

    • Fixed 500 error when creating a new release
    Downloads
  • 0.1.0 67f44de162

    cadey released this 2020-05-31 18:13:49 +00:00 | 57 commits to main since this release

    This is the first release of gitea-release!

    $ gitea-release release --help
    gitea-release-release 0.1.0
    Create a new tag and release on Gitea
    
    USAGE:
        gitea-release release [FLAGS] [OPTIONS] --auth-user <auth-user> --owner <owner> --repo <repo> --server <server> --token <token>
    
    FLAGS:
            --draft          Draft release
        -h, --help           Prints help information
        -p, --pre-release    Pre-release (not suitable for production)
        -V, --version        Prints version information
    
    OPTIONS:
        -a, --auth-user <auth-user>    The gitea user to authenticate as [env: GITEA_AUTH_USER=cadey]
        -c, --changelog <changelog>    Changelog file to read from to create the release description [default:
                                       ./CHANGELOG.md]
        -n, --name <name>              Release name
        -o, --owner <owner>            The owner of the gitea repo [env: GITEA_OWNER=]
        -r, --repo <repo>              The gitea repo to operate on [env: GITEA_REPO=]
        -s, --server <server>          The gitea server to connect to [env: GITEA_SERVER=https://tulpa.dev]
            --token <token>            The gitea token to authenticate with [env: GITEA_TOKEN=]
    

    ADDED

    • Basic functionality
    Downloads