package
Here are 3,450 public repositories matching this topic...
-
Updated
Jul 12, 2020 - JavaScript
An Efficient Enterprise-class Container Engine
-
Updated
Jun 19, 2020 - Go
Simple and Robust solution to manage your software development project
-
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
Share your workspace with team members and collaborate on code in real time in Atom
-
Updated
Jul 16, 2020 - JavaScript
Collection of generative models in Pytorch version.
-
Updated
Apr 12, 2020 - Python
Simple user messaging package for Laravel
-
Updated
Jun 9, 2020 - PHP
Manage Your Laravel Schedule From A Web Dashboard
-
Updated
Jul 15, 2020 - PHP
Coherence is a full featured, configurable authentication system for Phoenix
-
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
GitHub notifications alike app for Django
-
Updated
May 12, 2020 - Python
A cli tool for creating Laravel packages
-
Updated
Jul 3, 2020 - PHP
Kubernetes application deployments for restricted, regulated or remote environments.
-
Updated
Jul 16, 2020 - Go
Code Formatter plugin for ST2/ST3
-
Updated
Oct 30, 2019 - Python
Various popular python libraries, pre-compiled to be compatible with AWS Lambda
-
Updated
Apr 20, 2020 - Shell
Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
-
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