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

Find a solution to automate releases #19

Closed
vst opened this issue Oct 2, 2024 · 5 comments · Fixed by #20
Closed

Find a solution to automate releases #19

vst opened this issue Oct 2, 2024 · 5 comments · Fixed by #20
Assignees

Comments

@vst
Copy link
Member

vst commented Oct 2, 2024

We can use Release Please, but it only supports semver, not PVP.

Are there any solutions for Haskell?

@vst vst self-assigned this Oct 2, 2024
@vst
Copy link
Member Author

vst commented Oct 2, 2024

https://github.com/stackbuilders/semantic-release-hackage

Note the versionPrefix option for PVP compatibility.

@vst
Copy link
Member Author

vst commented Oct 6, 2024

Missed in Iteration 121, rescheduling to Iteration 122.

@vst
Copy link
Member Author

vst commented Oct 7, 2024

And this is a working example:

https://github.com/stackbuilders/hspec-golden/blob/main/.releaserc

@vst
Copy link
Member Author

vst commented Oct 7, 2024

semantic-release is painful.

They have weird recommendations such as "do not write CHANGELOG, do not bump version and commit during release" which defeats the whole purpose in my case.

I will need to find another solution / process.

@vst vst linked a pull request Oct 7, 2024 that will close this issue
@vst vst closed this as completed in #20 Oct 7, 2024
@vst
Copy link
Member Author

vst commented Oct 7, 2024

There is no straightforward solution as far as I can tell. Switching back to manual release process.

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 a pull request may close this issue.

1 participant