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

On the live release page, show the base commit from which the release will be made, and not just the commits on the release branch #63

Closed
pratul opened this issue Jul 6, 2022 · 2 comments · Fixed by #74
Labels
improvement Improve an existing feature

Comments

@pratul
Copy link
Member

pratul commented Jul 6, 2022

  • For almost trunk strategy, show base commit (on the working branch) from which release branch was created
  • For backmerging strategy, show base commit (on the working branch) from which release branch was created
  • For parallel strategy, from the merge commit that was created, show child commit on the working branch
@pratul pratul added the improvement Improve an existing feature label Jul 6, 2022
@pratul pratul added this to the 0.1 milestone Jul 6, 2022
@tachyons
Copy link
Contributor

tachyons commented Jul 6, 2022

The commits we show now are only the head commits on push, we might need add different sections for the actual list of commits which going to include in the new release

@pratul
Copy link
Member Author

pratul commented Jul 6, 2022

I mean just the first commit that is used to trigger the workflow of the first step of the train, as soon as the train is started -- not the complete list of commits that will be included in the release.

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

Successfully merging a pull request may close this issue.

2 participants