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

ci: add release automation #157

Merged
merged 1 commit into from
Jun 28, 2021
Merged

ci: add release automation #157

merged 1 commit into from
Jun 28, 2021

Conversation

werne2j
Copy link
Member

@werne2j werne2j commented Jun 28, 2021

Description

Add release automation via pushing a semvar Tag

Example Release:
https://github.com/werne2j/argocd-vault-plugin/releases/tag/v1.1.2

Fixes: #14

Checklist

Please make sure that your PR fulfills the following requirements:

  • Reviewed the guidelines for contributing to this repository
  • The commit message follows the Conventional Commits Guidelines.
  • Tests for the changes have been updated
  • Docs have been added / updated

Type of Change

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • New tests
  • Build/CI related changes
  • Documentation content changes
  • Other (please describe)

Thanks to @teejaded for getting this work started!

@werne2j werne2j requested a review from jkayani as a code owner June 28, 2021 15:23
@werne2j werne2j changed the title ci: Create release on semvar tag ci: add release automation Jun 28, 2021
@werne2j werne2j mentioned this pull request Jun 28, 2021
12 tasks
@werne2j werne2j self-assigned this Jun 28, 2021
@codecov
Copy link

codecov bot commented Jun 28, 2021

Codecov Report

Merging #157 (0ba6de4) into main (a68c9a3) will increase coverage by 1.29%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #157      +/-   ##
==========================================
+ Coverage   58.51%   59.81%   +1.29%     
==========================================
  Files          16       16              
  Lines         540      540              
==========================================
+ Hits          316      323       +7     
+ Misses        184      177       -7     
  Partials       40       40              
Impacted Files Coverage Δ
cmd/version.go 100.00% <100.00%> (+100.00%) ⬆️

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 a68c9a3...0ba6de4. Read the comment docs.

Makefile Outdated Show resolved Hide resolved
Copy link
Member

@jkayani jkayani left a comment

Choose a reason for hiding this comment

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

LGTM

@werne2j werne2j merged commit b91d267 into argoproj-labs:main Jun 28, 2021
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.

None yet

2 participants