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 weekly release #282

Merged
merged 1 commit into from
Aug 18, 2022
Merged

Conversation

JeyJeyGao
Copy link
Contributor

@JeyJeyGao JeyJeyGao commented Aug 5, 2022

  1. At 16:00 on Sunday (UTC), the workflow creates a release tagged as <SemVer>.dev.<YYYYMMDD>, including all the change logs from last commit tagged by version.
  2. Changed the release-github.yml workflow to include all the change logs from last non dev release to current state.

@JeyJeyGao JeyJeyGao force-pushed the feature/weekly_build branch from dee9f07 to a888374 Compare August 5, 2022 01:57
@iamsamirzon iamsamirzon linked an issue Aug 8, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2022

Codecov Report

Merging #282 (839a8b0) into main (412fbe7) will decrease coverage by 19.35%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #282       +/-   ##
===========================================
- Coverage   50.00%   30.64%   -19.36%     
===========================================
  Files          11       25       +14     
  Lines         344     1612     +1268     
===========================================
+ Hits          172      494      +322     
- Misses        164     1105      +941     
- Partials        8       13        +5     
Impacted Files Coverage Δ
pkg/auth/credential.go 92.50% <0.00%> (-7.50%) ⬇️
pkg/config/util.go
pkg/config/docker_config.go
pkg/config/once.go
pkg/config/path.go
pkg/config/config.go
cmd/notation/cert_gen.go 0.00% <0.00%> (ø)
cmd/notation/registry.go 0.00% <0.00%> (ø)
cmd/notation/key.go 23.52% <0.00%> (ø)
cmd/notation/sign.go 29.88% <0.00%> (ø)
... and 15 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JeyJeyGao JeyJeyGao changed the title feat: add weekly release ci: add weekly release Aug 10, 2022
.dev.goreleaser.yml Outdated Show resolved Hide resolved
.dev.goreleaser.yml Outdated Show resolved Hide resolved
@JeyJeyGao JeyJeyGao force-pushed the feature/weekly_build branch from a888374 to 91bb6b7 Compare August 15, 2022 04:32
.dev.goreleaser.yml Outdated Show resolved Hide resolved
@JeyJeyGao JeyJeyGao force-pushed the feature/weekly_build branch from 91bb6b7 to 839a8b0 Compare August 15, 2022 05:38
Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

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

LGTM

@yizha1 yizha1 requested a review from a team August 15, 2022 10:48
@dtzar
Copy link
Contributor

dtzar commented Aug 16, 2022

Since this is 12 days old, we just need one more reviewer from @notaryproject/notation-code-reviewers to merge.

Signed-off-by: Junjie Gao <[email protected]>
@JeyJeyGao JeyJeyGao force-pushed the feature/weekly_build branch from 839a8b0 to 02446dc Compare August 18, 2022 01:49
@shizhMSFT shizhMSFT merged commit 4bf25df into notaryproject:main Aug 18, 2022
chloeyin added a commit that referenced this pull request Aug 25, 2022
* doc: add missing username/password options to commands (#293)

Signed-off-by: Binbin Li <[email protected]>

* bump up version to v0.10.0-alpha.3 (#301)

* bump up version to v1.0.0-alpha.3
* revise version to v0.10.0-alpha.3

Signed-off-by: Yi Zha <[email protected]>

* fix: update notation-go (#294)

Signed-off-by: Junjie Gao <[email protected]>

* Build: Bump dependencies (#306)

Signed-off-by: Yi Zha <[email protected]>

* feat: add weekly release (#282)

Signed-off-by: Junjie Gao <[email protected]>

Signed-off-by: Binbin Li <[email protected]>
Signed-off-by: Yi Zha <[email protected]>
Signed-off-by: Junjie Gao <[email protected]>
Co-authored-by: Binbin Li <[email protected]>
Co-authored-by: Yi Zha <[email protected]>
Co-authored-by: Junjie Gao <[email protected]>
Co-authored-by: zaihaoyin <[email protected]>
@JeyJeyGao JeyJeyGao deleted the feature/weekly_build branch December 1, 2022 05:59
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.

Implement notation CLI weekly dev build
6 participants