Skip to content

Add release automation #346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
May 12, 2019
Merged

Conversation

LegNeato
Copy link
Member

See RELEASING.md for directions

@LegNeato
Copy link
Member Author

Largely fixes #248

@theduke
Copy link
Member

theduke commented May 3, 2019

This looks handy.

A dry run currently gives me a Fatal: IO Error: No such file or directory (os error 2).
Checking why.

@theduke
Copy link
Member

theduke commented May 3, 2019

[cargo-make] INFO - Task: release-dry-run
[cargo-make] INFO - Profile: development
[cargo-make] INFO - Running Task: init
[cargo-make] INFO - Running Task: release-dry-run
[cargo-make] INFO - Execute Command: "cargo" "make" "release-dry-run-INTERNAL"
[cargo-make] INFO - cargo make 0.18.0
[cargo-make] INFO - Using Build File: Makefile.toml
[cargo-make] INFO - Task: release-dry-run-INTERNAL
[cargo-make] INFO - Profile: development
[cargo-make] INFO - Running Task: init
[cargo-make] INFO - Running Task: workspace
[cargo-make] INFO - cargo make 0.18.0
[cargo-make] INFO - Using Build File: Makefile.toml
[cargo-make] INFO - Task: release-dry-run-INTERNAL
[cargo-make] INFO - Profile: development
[cargo-make] INFO - Running Task: init
[cargo-make] INFO - Running Task: release-dry-run-INTERNAL
[cargo-make] INFO - Execute Command: "cargo-release" "release" "--config" "../_build/release.toml" "--dry-run" "patch"
Update to version 0.11.2 and commit
Fatal: IO Error: No such file or directory (os error 2)
[cargo-make] ERROR - Error while executing command, exit code: 128
[cargo-make] WARN - Build Failed.
[cargo-make] ERROR - Error while executing command, exit code: 1
[cargo-make] WARN - Build Failed.
[cargo-make] ERROR - Error while executing command, exit code: 1
[cargo-make] WARN - Build Failed.

@LegNeato
Copy link
Member Author

LegNeato commented May 3, 2019

Where are you running it from? It needs to be run from the workspace root currently

@theduke
Copy link
Member

theduke commented May 3, 2019

Running from the root.

@LegNeato
Copy link
Member Author

LegNeato commented May 3, 2019

Ok, will take a look. Also I'll add the dry run to CI

LegNeato added 2 commits May 10, 2019 21:45
See `RELEASING.md` for directions
This will at lease smoke test automation a bit
@codecov-io
Copy link

codecov-io commented May 12, 2019

Codecov Report

Merging #346 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #346   +/-   ##
=======================================
  Coverage   88.32%   88.32%           
=======================================
  Files         103      103           
  Lines       14922    14922           
=======================================
  Hits        13180    13180           
  Misses       1742     1742

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbfcc76...fd8267a. Read the comment docs.

@LegNeato
Copy link
Member Author

Sweet, everything looks like it is working!

@LegNeato LegNeato merged commit 794568e into graphql-rust:master May 12, 2019
@LegNeato LegNeato deleted the prepare_release branch May 12, 2019 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants