Commit graph

110 commits

Author SHA1 Message Date
Rostislav Raykov 48a9832a7a fix: Correct release artifact downloaded file names 2019-09-21 23:34:52 +02:00
Rostislav Raykov 73c93cfbd2 Merge branch 'release/0.1.8' into develop 2019-09-21 23:19:53 +02:00
Rostislav Raykov a822d34c5a Merge branch 'release/0.1.8' 2019-09-21 23:19:47 +02:00
Rostislav Raykov 8dd21dbd94 chore: Bump up version number to 0.1.8 2019-09-21 23:19:44 +02:00
Rostislav Raykov 53608879b9 chore: Attempt to figure out why one workflow is not triggering 2019-09-21 23:18:47 +02:00
Rostislav Raykov a6102da286 Merge branch 'release/0.1.7' into develop 2019-09-19 11:44:10 +02:00
Rostislav Raykov 5df01f1aea Merge branch 'release/0.1.7' 2019-09-19 11:44:05 +02:00
Rostislav Raykov 867aad941e chore: Bump up version number to 0.1.7 2019-09-19 11:44:01 +02:00
Rostislav Raykov 00a8fc1f61 fix: Adds the README to the cargo manifest
Addresses the pressing issue of #2
2019-09-19 11:43:07 +02:00
Rostislav Raykov e2ec6bbcdc feat: Refactor the GH actions
Have a matrix to build both macOS and Linux binaries.
Fix the version fetching and putting it in the release
archive's name
2019-09-19 11:41:23 +02:00
Rostislav Raykov aecbf89cf2 Merge branch 'release/0.1.6' into develop 2019-09-18 14:38:29 +02:00
Rostislav Raykov 024476cc6f Merge branch 'release/0.1.6' 2019-09-18 14:38:25 +02:00
Rostislav Raykov 80bece6f68 chore: Bump up version number to 0.1.6 2019-09-18 14:38:22 +02:00
Rostislav Raykov f3db0cb559 fix: Crates.io doesn't support git repo links without http/s 2019-09-18 14:38:00 +02:00
Rostislav Raykov a3102f45b4 Merge branch 'release/0.1.5' into develop 2019-09-18 14:31:55 +02:00
Rostislav Raykov ef66652a13 Merge branch 'release/0.1.5' 2019-09-18 14:31:48 +02:00
Rostislav Raykov 1ec5a0bd2c chore: Bump up version number to 0.1.5 2019-09-18 14:31:46 +02:00
Rostislav Raykov 84982d6131 fix: Wrong option name for cargo github action
https://github.com/actions-rs/cargo/issues/4
2019-09-18 14:31:12 +02:00
Rostislav Raykov 39cc9223d2 style: Format the code with cargo fmt 2019-09-18 11:12:50 +02:00
Rostislav Raykov 0a7148d62b Merge branch 'release/0.1.4' into develop 2019-09-18 10:49:58 +02:00
Rostislav Raykov 4ae22d878f Merge branch 'release/0.1.4' 2019-09-18 10:49:54 +02:00
Rostislav Raykov 16a6b797bc chore: Bump up version number to 0.1.4 2019-09-18 10:49:51 +02:00
Rostislav Raykov e004a70d0b fix: Another attempt to get this env variable passed correctly 2019-09-18 10:49:20 +02:00
Rostislav Raykov 651ef9ac56 Merge branch 'release/0.1.3' into develop 2019-09-18 10:44:25 +02:00
Rostislav Raykov 7157ef2a9b Merge branch 'release/0.1.3' 2019-09-18 10:44:20 +02:00
Rostislav Raykov a6ee74ffe4 chore: Bump up version number to 0.1.3 2019-09-18 10:44:18 +02:00
Rostislav Raykov d0667bb70f fix: Still trying to figure out the correct syntax for GitHub Actions sometimes 2019-09-18 10:42:27 +02:00
Rostislav Raykov 52776dcf5b Merge branch 'release/0.1.2' into develop 2019-09-18 10:29:43 +02:00
Rostislav Raykov 07155ab53f Merge branch 'release/0.1.2' 2019-09-18 10:29:38 +02:00
Rostislav Raykov 75421d7e85 chore: Bump up version number to 0.1.2 2019-09-18 10:29:32 +02:00
Rostislav Raykov c8d1493650 docs: Update README with Cloudflare setup info 2019-09-18 10:25:48 +02:00
Rostislav Raykov 5c19f6e387 docs: Update README with CLI arguments 2019-09-18 10:15:11 +02:00
Rostislav Raykov 02660e0f63 docs: Add GH actions build badge to README 2019-09-18 02:23:07 +02:00
Rostislav Raykov c047a99306 refactor: Simplify getting version in GH action 2019-09-18 02:18:12 +02:00
Rostislav Raykov 20dbbd595a Merge branch 'release/0.1.1' into develop 2019-09-18 01:52:38 +02:00
Rostislav Raykov b1fc33d2aa Merge branch 'release/0.1.1' 2019-09-18 01:52:18 +02:00
Rostislav Raykov ac3fc11bfd chore: Bump up version number to 0.1.1 2019-09-18 01:52:14 +02:00
Rostislav Raykov fe2ed45ee7 docs: Add a short and not very good README 2019-09-18 01:51:33 +02:00
Rostislav Raykov e53a823581 fix: Pass cargo login token as an argument 2019-09-18 01:49:39 +02:00
Rostislav Raykov 37b5cf4414 fix: Use another way to extract just the version from the ref 2019-09-18 01:48:58 +02:00
Rostislav Raykov 866cbd33bc Merge branch 'release/0.1.0' 2019-09-18 01:32:21 +02:00
Rostislav Raykov 2fc1e0a928 feat: Add a simple title to the GitHub release body 2019-09-18 01:31:19 +02:00
Rostislav Raykov ef18de474d feat: Add action to create GitHub release 2019-09-18 01:27:21 +02:00
Rostislav Raykov 382a973e14 fix: Correct syntax for action to be executed only on master branch 2019-09-18 01:02:57 +02:00
Rostislav Raykov 878b7b4d2a fix: Add a step to install nightly toolchain 2019-09-18 00:53:54 +02:00
Rostislav Raykov bacdea35f6 chore: Setup initial version of build/publish GitHub Actions 2019-09-17 22:12:45 +02:00
Rostislav Raykov 867f5dfe53 feat: Remove one printed message 2019-09-17 21:55:53 +02:00
Rostislav Raykov 5b084ef31c feat: Add homepage and documentation fields in crate meta 2019-09-17 21:55:21 +02:00
Rostislav Raykov 1e04c69d5e refactor: Remove the unused log command argument 2019-09-17 21:45:50 +02:00
Rostislav Raykov b1f1c63585 feat: Initial implementation of the whole flow 2019-09-17 21:43:17 +02:00