Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion atomic-write.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: atomic-write
version: 0.2.0.7
version: 0.2.0.8
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is not how we are currently handling versioning in this library, we are using this library as a testing ground for semantic release with the semantic-release-hackage plugin: https://github.com/stackbuilders/semantic-release-hackage

We will need to update the readme to make this clear, basically, will create an issue for that and track it here.

To make semantic-release work we need commits that have start with chore, feat, fix, etc, here: https://github.com/semantic-release/semantic-release

Copy link
Collaborator

Choose a reason for hiding this comment

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

what we would have here is version 0.0.0.0 or something like that as we are not release with this version.

synopsis: Atomically write to a file
homepage: https://github.com/stackbuilders/atomic-write
description:
Expand Down