Rename project to a more generic name
See original GitHub issueThe current project name (conventional-changelog-lint
) implies that this tool is designed to be used with conventional-changelog
. Regardless of whether thats true or not, the tool itself has potential for broader applications.
A good name would be something like commitlint
.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
How to Rename Solution and Project Name in Visual Studio?
To change it to new name at all the places of the whole solution, click on Cntrl+F . Mention the old name and...
Read more >Different Ways to Change the Project Name in Android Studio
Method 1 ; Step 1: Click on the Setting Icon and Uncheck Compact Middle Packages ; Step 2: Click on your Project Name...
Read more >Rename refactorings | IntelliJ IDEA Documentation - JetBrains
Use the Rename refactoring to change names of symbols, files, directories, packages, modules and all the references to them throughout code.
Read more >Renaming Your GitHub Projects - Blog: Ben Hammond.Tech
If your projects start generically and later grow into something cool (or the focus changes completely) it's easy to change their names and ......
Read more >[SOLVED] Renaming A Project - Cubasis - Steinberg Forums
I am just getting started with Cubasis, and I have a newbie question. How do you rename a project? I often give them...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://gist.github.com/gajus/b57fd0ce6cc6de09867bbc331c4ddaf0#file-conventional-changelog-lintrc-json
Basically, Angular convention minus the scopes.
Hey @gajus, thanks for your suggestion!
I chose the name due to the fact this tool uses conventional-commits-parser under the hood, which basically limits it to conventional-changelog semantics.
To hold true to the
commitlint
name this would have to be broadened quite a bit and replace conventional-commits-parser with a custom parser, possibly using natural language processing.Most likely this is a sizeable chunk of work which I’m currently not planing to invest into this topic. Given we can muster some collaboration effort and fill the broader scope I’d rename the project.