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 the creation of draft releases when project is tagged with a version number #109

Merged
merged 2 commits into from
Jan 15, 2021

Conversation

robbkidd
Copy link
Member

Also reorganizes the test steps to leverage a single declared list of Go versions and a default Go version to test.

A simple CI run from this branch using a prerelease version tag on its last commit:

CI workflow viz

CI workflow

draft release created

draft release created

Reduces duplication in the workflow definitions. With a single "test"
job name, it will be easier to define downstream jobs that depend on all
tests passing.
@robbkidd robbkidd requested a review from a team January 15, 2021 17:25
@robbkidd robbkidd added status: review needed Changes need review. type: maintenance The necessary chores to keep the dust off. version: no bump A PR with maintenance or doc changes that aren't included in a release. labels Jan 15, 2021
@robbkidd robbkidd merged commit 9d87677 into main Jan 15, 2021
@robbkidd robbkidd deleted the robb/automate-draft-release branch January 15, 2021 18:15
@robbkidd robbkidd removed the status: review needed Changes need review. label Jan 22, 2021
MikeGoldsmith added a commit that referenced this pull request Jun 21, 2021
….response_test

* 'main' of github.com:honeycombio/libhoney-go: (42 commits)
  prepare v1.15.3 release (#126)
  Bump github.com/klauspost/compress from 1.11.13 to 1.12.2 (#122)
  Bump github.com/klauspost/compress from 1.11.8 to 1.11.13 (#120)
  Add go 1.16 to the testing matrix (#119)
  Bump github.com/klauspost/compress from 1.11.7 to 1.11.8 (#118)
  Bump github.com/DataDog/zstd from 1.4.5 to 1.4.8 (#117)
  Add more context to batch response parsing error (#116)
  Add go 1.15 to the testing matrix (#114)
  Bump github.com/klauspost/compress from 1.11.4 to 1.11.7 (#112)
  Prepare v1.15.2 release (#113)
  add our custom action to manage project labels (#110)
  automate the creation of draft releases when project is tagged with a version number (#109)
  Prepare for v1.15.1 (#108)
  Fix data race on dynFields length in Builder.Clone (#72)
  Bump github.com/klauspost/compress from 1.11.3 to 1.11.4 (#106)
  Bump github.com/klauspost/compress from 1.11.2 to 1.11.3 (#105)
  prepare 1.15.0 release (#104)
  Bump github.com/klauspost/compress from 1.11.0 to 1.11.2 (#102)
  mask writekey when printing events (#103)
  Bump github.com/klauspost/compress from 1.10.11 to 1.11.0 (#101)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance The necessary chores to keep the dust off. version: no bump A PR with maintenance or doc changes that aren't included in a release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants