package
Here are 3,450 public repositories matching this topic...
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Go
-
Updated
May 22, 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
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Apr 12, 2020 - Python
-
Updated
Jun 9, 2020 - PHP
-
Updated
Jul 15, 2020 - PHP
-
Updated
Jun 12, 2020 - Elixir
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()-
Updated
May 19, 2018
-
Updated
May 12, 2020 - Python
-
Updated
Jul 3, 2020 - PHP
-
Updated
Jul 16, 2020 - Go
-
Updated
Oct 30, 2019 - Python
-
Updated
Apr 20, 2020 - Shell
-
Updated
Jun 10, 2020
-
Updated
Mar 4, 2020 - PHP
Improve this page
Add a description, image, and links to the package topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the package topic, visit your repo's landing page and select "manage topics."
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