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

627 implement automatic version bump of subprojects #723

Closed

Conversation

DeepakBomjan
Copy link
Collaborator

@DeepakBomjan DeepakBomjan commented Sep 14, 2023

Description

Commit Message

type: commit message

see the guidelines for commit messages.

Changelog Entry

version: <log entry>

Checklist

  • I have performed a self-review of my own code
  • I have documented my code in accordance with the documentation guidelines
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the unit tests
  • I only have one commit (if not, squash them into one commit).
  • I have a descriptive commit message that adheres to the commit message guidelines
  • I have added version bump label on PR.

Please review the CONTRIBUTING.md file for detailed contributing guidelines.

@DeepakBomjan DeepakBomjan linked an issue Sep 14, 2023 that may be closed by this pull request
@github-actions github-actions bot added the cicd label Sep 14, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 14, 2023

Codecov Report

Merging #723 (90bf106) into main (b259f4b) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #723   +/-   ##
=========================================
  Coverage     70.05%   70.05%           
  Complexity      406      406           
=========================================
  Files           154      154           
  Lines         13862    13862           
  Branches        291      291           
=========================================
  Hits           9711     9711           
  Misses         3998     3998           
  Partials        153      153           
Flag Coverage Δ
java 80.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
.../ibc/src/main/java/ibc/ics02/client/IBCClient.java 100.00% <ø> (ø)

@github-actions
Copy link

The following labels may be assigned to this Pull Request:

Label Description
cicd

id: pr-label-assistant-default

@DeepakBomjan
Copy link
Collaborator Author

Based on current project layout and have not defined well defined release cycle of each subproject yet and there dependency. This implementation is looking vague and can not be easily implemented and also there is no such reference project in github. hence closing the ticket for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement automatic version bump
2 participants