package
Here are 3,248 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
As requested I am opening a new issue after testing with Python 3.7 and the latest PyInstaller development version.
Referencing issue #2533
Windows 10 x64 (Spanish locale)
PyInstaller 4.0.dev0+80d5078081
Python 3.7.7
Code modified from the initial example:
# parent.py
#!/usr/bin/python
import os
import sys
import time
from subprocess import Popen
if __name__ == "__main__":
Is your feature request related to a problem? Please describe.
The default release text with Changelog and Docker images is nice. Also the option to custom release headers and footers. But it is too static. In my case I not only want to provide links on how to docker pull a certain image, but also provide instructions to install a Helm chart with a specific just-released image version. e.g.
Ⅰ. Issue Description
A standard git & GitHub workflow guide would be important to help new users understand how to collaborate.
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
- pouch version (use `pouch v
💡 Feature description
JSDoc comment is a well-known tool to add a document in code/d.ts file.
JavaScript/Typescript language server recognizes jsdoc comment so that famous editor's IntelliSense recognizes jsdoc.
However, As far as I know, there is no way to add JSDoc comment. So, currently, I need to create a wrapper npm package to control d.ts.
-
Updated
Mar 19, 2020 - PHP
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
Description
No where on teletype.atom.io or on the atom / teletype GitHub page is it indicated the user must provide OAuth access to their GitHub account in order to use teletype. This should be documented in the section
-
Updated
Apr 12, 2020 - Python
-
Updated
Mar 12, 2020 - PHP
For checkbox inputs of associations with unique pluralization requirements, e.g. specialty/specialties, ExAdmin incorrectly pluralizes the <association>_ids param key: specialtys.
In https://github.com/smpallen99/ex_admin/blob/master/lib/ex_admin/param_associations.ex#L34, if you replace
new_key =
String.replace_suffix(key_as_string, "_ids", "s")
|> String.to_atom()FYI
Readme says:
def deps do
[{:coherence, "~> 0.6"}]
endHowever, in https://hex.pm/packages/coherence it only has version 0.5.2. Users get this error:
➜ path-to-project git:(master) ✗ mix deps.get
** (Mix) No matching version for coherence ~> 0.6 (from: mix.exs) in registry
The latest version is: 0.5.2
See screenshot. Thank you!

Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A `command.publish.changelogHea