Skip to content
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

Automate github releases. #813

Merged
merged 3 commits into from
May 7, 2019
Merged

Automate github releases. #813

merged 3 commits into from
May 7, 2019

Conversation

MatthewTighe
Copy link
Collaborator

Describe the pull request
This PR will add a step to our automated deployment that will also release the apk to Github as a new release with the same changelogs as what is being sent to the playstore.

Link to relevant issues
N/A

@MatthewTighe MatthewTighe requested a review from luongthomas May 7, 2019 18:49
export_github_release_token: &export_github_release_token
run:
name: Export Github release key
command echo 'export GITHUB_RELEASE_TOKEN="$GITHUB_RELEASE_TOKEN"' >> $BASH_ENV
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is missing a colon at the end of command which is leading to CircleCI not building

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, you were right

@codecov-io
Copy link

Codecov Report

Merging #813 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #813      +/-   ##
===========================================
- Coverage     37.63%   37.6%   -0.04%     
- Complexity      335     336       +1     
===========================================
  Files            41      41              
  Lines          2851    2851              
  Branches        528     528              
===========================================
- Hits           1073    1072       -1     
  Misses         1643    1643              
- Partials        135     136       +1
Impacted Files Coverage Δ Complexity Δ
...ain/java/tech/ula/model/state/SessionStartupFsm.kt 83.95% <0%> (-0.62%) 37% <0%> (ø)
app/src/main/java/tech/ula/utils/AndroidUtility.kt 14.35% <0%> (-0.47%) 0% <0%> (ø)
...ava/tech/ula/model/repositories/AssetRepository.kt 82.6% <0%> (+1.44%) 23% <0%> (+1%) ⬆️

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 bea5de5...6c4ffb8. Read the comment docs.

@MatthewTighe MatthewTighe merged commit f040425 into master May 7, 2019
@MatthewTighe MatthewTighe deleted the automated-github-releases branch May 9, 2019 21:06
MatthewTighe pushed a commit that referenced this pull request Aug 14, 2019
* Automate github releases.

* Fix circleci variable.

* Fix command.
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