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

error from/to commit delta #25

Closed
Eomm opened this issue Jun 5, 2019 · 0 comments
Closed

error from/to commit delta #25

Eomm opened this issue Jun 5, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest

Comments

@Eomm
Copy link
Member

Eomm commented Jun 5, 2019

This works:
releasify draft --from-commit 96a621462e612da048837c923bb4b570c1e0b8be --to-commit HEAD

this not:
releasify draft --from-commit 96a621462e612da048837c923bb4b570c1e0b8be

when the repository doesn't have any tag already created.

We just need to add a || HEAD

toCommit = await git.getLastTagCommit(tagPattern)

  • test
@Eomm Eomm added bug Something isn't working good first issue Good for newcomers labels Jun 5, 2019
apsknight added a commit to apsknight/releasify that referenced this issue Oct 5, 2019
piemme added a commit to piemme/releasify that referenced this issue Oct 7, 2020
@Eomm Eomm closed this as completed Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant