version
Here are 468 public repositories matching this topic...
New feature motivation
I've added semantic-release to some of my projects. Unfortunately, due to trial and error some of my pushes didn't get published. I can push a fix and thus publish a new release, but then the previous would-have-been release and its changelog seems to be lost. How would I recover or include the changelog of a failed release?
I had a look at the FAQ, but it only contai
Issue
In v7.1.0:
When you declare a custom file in bumpFiles standard-version will no longer update normal package.json, composer.json, lockfiles, etc. declared in the defaults.
This is fine (I don't think this is a bug because maybe you don't want it to bother with the defaults), but I think it should be mentioned in the documentation that when you do declare bumpFiles in your c
-
Updated
Apr 13, 2020 - Java
There is no mention of the --fish option in the README and its functionality is encapsulated by the --shell option, but --fish is still documented in the manpage and still works.
-
Updated
May 25, 2020 - Python
-
Updated
Jan 2, 2020 - Java
Some packages may bundle dependencies. We could report outdatedness for these the following way: for outdated packages with single download, propagate outdated status onto the download URL. Then we could show this download specially for other packages, or even make it affect the status.
When creating a CHANGELOG, if the commit that increased the version number is not the most recent commit, two version headings can be created. Also, the commit that increased the version number is discarded. when creating an initial release it is probably common to update the package.json file with more than just the version number.
Version 0.1.0
- Update remaining files
-
Updated
Nov 10, 2019 - Swift
CVE-2018-19756 - Medium Severity Vulnerability
Vulnerable Library - expoios/2.10.6
The Expo platform for making cross-platform mobile apps
Library home page: https://github.com/expo/
Got this message:
? Are you using GitHub Enterprise? No
ERR! semantic-release Error: GitHub repository URL is invalid: https:undefined.git
This was caused by the repo being SSH based, not HTTP(s). Took a while to figure this out, a clearer error message would make sense and make this easily fixable.
Code here:
https://github.com/semantic-release/cli/blob/d2b48b0ef70e327ae591a3
-
Updated
May 26, 2020 - CSS
Situation
At the moment, this project uses and supports Python 2.7. As we all know, Python 2.7 is going out of maintenance soon ("retire") and it's not clear what the project is going to do.
After disussing #160, we found out that the project doesn't have a clear statement or information regarding the retirement of Python 2.7 (neither in issues, README, nor documentation). Maybe I have mi
-
Updated
May 4, 2020 - Swift
-
Updated
May 27, 2020 - JavaScript
-
Updated
May 14, 2020 - Python
-
Updated
Apr 10, 2020 - C
-
Updated
May 24, 2020 - JavaScript
In order to help users, the wiki/README should expose a common failure section in which is described the problem of hosting a repository under the root directroy controlled by jgitver.
This occures when:
- your developping maven plugin with invoker integration tests
- you host a repository or the local repository in some sub directories
-
Updated
Apr 6, 2020 - Groovy
-
Updated
Apr 7, 2020 - PHP
Debug logging
We should add some logging to the library, as it's extremely hard to debug it when we have some problems.
I suggest that we add LogUtils like in Goldfinger and log at least:
- the response from the URL
- how is this response parsed and processed in the lib, especially when we
Improve this page
Add a description, image, and links to the version topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the version topic, visit your repo's landing page and select "manage topics."

There's a section about Uninstall existing npm, but the recommendations for upgrading are scattered in the issues.
The relationship between
node,npmandnvmis not clear and it's not obvious if upgradingnpmshould be done throughnvmor at least in a way that doesn't breaknvm.