Bump patch version to 2.0.8 for filepath dependency update#58
Bump patch version to 2.0.8 for filepath dependency update#58
Conversation
Alex0jk
left a comment
There was a problem hiding this comment.
Not approving, left a comment explaining how we are approaching releases and versioning in the library.
| @@ -1,5 +1,5 @@ | |||
| name: atomic-write | |||
| version: 0.2.0.7 | |||
| version: 0.2.0.8 | |||
There was a problem hiding this comment.
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
| @@ -1,5 +1,5 @@ | |||
| name: atomic-write | |||
| version: 0.2.0.7 | |||
| version: 0.2.0.8 | |||
There was a problem hiding this comment.
what we would have here is version 0.0.0.0 or something like that as we are not release with this version.
|
Given that this library uses semantic release and that Alexander closed his PR. We could close this one, right? |
Bump patch version to allow for filepath dependency update fix. See: #57