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 draft release creation with Goreleaser #210

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

doodlesbykumbi
Copy link
Contributor

@doodlesbykumbi doodlesbykumbi commented Apr 1, 2021

What does this PR do?

Adds release automation to Jenkins. Go releaser builds the release artefacts and creates a draft release on Github. Add apk to release artefacts.

What ticket does this PR close?

Resolves -
Works towards #209

Checklists

Change log

  • The CHANGELOG has been updated, or
  • This PR does not include user-facing changes and doesn't require a CHANGELOG update

Test coverage

  • This PR includes new unit and integration tests to go with the code changes, or
  • The changes in this PR do not require tests

Documentation

  • Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
  • This PR does not require updating any documentation

@doodlesbykumbi doodlesbykumbi requested a review from a team as a code owner April 1, 2021 12:45
@doodlesbykumbi doodlesbykumbi force-pushed the automate-releases branch 2 times, most recently from 15131a8 to 468b734 Compare April 1, 2021 13:11
Copy link
Contributor

@BradleyBoutcher BradleyBoutcher left a comment

Choose a reason for hiding this comment

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

Looks great! Two small comments, but I think this is good to go

CHANGELOG.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Show resolved Hide resolved
Go releaser builds the release artefacts and creates a draft release on Github
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Added
- Adds apk package to the release artefacts.
Copy link
Contributor

Choose a reason for hiding this comment

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

s/artefacts/artifacts

@doodlesbykumbi doodlesbykumbi merged commit 73fbe43 into master Apr 1, 2021
@doodlesbykumbi doodlesbykumbi deleted the automate-releases branch April 1, 2021 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants