-
Updated
Jul 7, 2022 - Go
versioning
Here are 931 public repositories matching this topic...
-
Updated
Jul 4, 2022 - Go
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 1, 2022 - C#
-
Updated
Jan 11, 2021 - Python
-
Updated
Jun 21, 2022 - Go
-
Updated
Jun 23, 2022 - Ruby
When trying out Niv and following the example from the readme to add GHC:
$ niv add ghc \
-v 8.4.3 \
-t 'https://downloads.haskell.org/~ghc/<version>/ghc-<version>-i386-deb8-linux.tar.xz'
But instead using the latest ghc version (9.0.1 as of writing), I get the following error:
$ niv add ghc -v 9.0.1 -t 'https://downloads.haskell.org/~ghc/<version>/ghc-<versi
The idea is to navigate and have commands similar to a shell: https://news.ycombinator.com/item?id=31173562
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Jul 6, 2022 - Ruby
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Feb 26, 2022 - Kotlin
-
Updated
Apr 7, 2018 - JavaScript
-
Updated
Jun 15, 2022 - C#
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Jul 8, 2022 - Elixir
-
Updated
Jul 4, 2022 - Groovy
We encountered this on an internal deployment, but wanted to post a related bug report here for tracking.
We were trying to deploy to a tag that was "broken" (still not entirely sure what that means), and got the response
$ curl --request POST \
--header "Docat-Api-Key: $TOKEN" \
--form "file=@site.zip" \
"http://www.mydocat.com/api/myproj/brokentag"
<!DOCTYP
-
Updated
Jun 25, 2022 - Ruby
I noticed that it worked fine if I wrote commit messages like chore(versioning): this is a test but if I wrote it like chore: this is a test, it would not take --skipCommitTypes into account
Originally posted by @zeroregard in jscutlery/semver#374 (comment)
-
Updated
May 24, 2022 - CSS
Improve this page
Add a description, image, and links to the versioning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the versioning topic, visit your repo's landing page and select "manage topics."
Describe the bug
refreshVersions is not able to find the latest versions of artifact in local maven repository.
To Reproduce
maven-publishplugin to local maven repository, e.g. via./gradlew publishToMavenLocal