-
Version 0.2.7 Stable
released this
2020-06-05 14:50:34 +00:00 | 43 commits to main since this releaseFIXED
Exit if this version already exists
Downloads
-
Version 0.2.6 Stable
released this
2020-06-01 04:14:32 +00:00 | 44 commits to main since this releaseA fix from @kivikakk to remove the use of RefCells in markdown parsing
Downloads
-
Version 0.2.5 Stable
released this
2020-05-31 20:57:39 +00:00 | 47 commits to main since this releaseCD fix
Downloads
-
Version 0.2.4 Stable
released this
2020-05-31 20:46:35 +00:00 | 48 commits to main since this releaseI need to make some kind of drone CI validator
Downloads
-
Version 0.2.3 Stable
released this
2020-05-31 20:42:12 +00:00 | 49 commits to main since this releaseTypo in the CD script :D
Downloads
-
Version 0.2.2 Stable
released this
2020-05-31 20:34:05 +00:00 | 50 commits to main since this releaseUpdate README, automatically push docker images
Downloads
-
Version 0.2.1 Stable
released this
2020-05-31 20:00:26 +00:00 | 51 commits to main since this releaseHotfix for typos in the docker manifest.
Downloads
-
Version 0.1.1 Stable
released this
2020-05-31 18:19:22 +00:00 | 56 commits to main since this releaseFIXED
- Fixed 500 error when creating a new release
Downloads
-
Initial release Stable
released this
2020-05-31 18:13:49 +00:00 | 57 commits to main since this releaseThis 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