-
As we are using semantic versioning it is critical to understand the nature of the changes when creating releases. For example, if the release branch has some commits on it which have not been release…
-
Implement compatibility with https://github.com/dtolnay/semver/pull/321 . Check that the output make sense; it would be a shame for the new code also to have odd corner cases.
-
Since the package went from v1 to v2 semver that implies there were breaking changes, however, the Releases do not note any. If there were any breaking changes, what were they? I'd like to make sure i…
-
[Mir's getting uploaded to Debian.](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904305)
Unity 8 is going to follow after that.
It would make everything much easier if we could maintain pac…
-
The following is expected from the initial CI:
On a pull request:
- Compile
- Run tests
Merging to master
- Publish APK or otherwise create a "release" on the repo
- Tag the commit(CalVer or S…
-
Hi! I package this project for Arch Linux.
Your [latest tag](https://github.com/grame-cncm/libmusicxml/releases/tag/v.3.22) is invalid. Please release one that follows semver and that sorts newer t…
dvzrv updated
2 years ago
-
### What is the problem this feature would solve?
in a scenario where you want to get the latest v0 version (but not the _latest_ latest version) you have to use the github api to list all the rele…
-
## Describe The Problem To Be Solved
Given, as a user I have cloned the repository of any pack used in my project. I add the local path to the `local_repository.pidx` with `cpackget add /..pdsc`. I…
-
More badges/shields need to be added because they are, arguably, the most important part of any project:
![GitHub package.json version](https://img.shields.io/github/package-json/v/schie/setup-depl…
schie updated
5 years ago
-
I see you've switched to go modules by adding `go.mod`. Could you now release a semver-formatted version of this library? I think that's as easy as `git tag v1.0.0` and pushing.