How to create a custom preset?
See original GitHub issueI’ve read the documentation thoroughly and understand that this action is based on presets like angular
and conventionalcommits
. However, I’m looking to create my own custom convention with custom types
and would like to customize things like which types
bump what version number and prevent bumping on breaking changes under 1.0.0
.
Is this possible? The closest thing I’ve found is config-file-path
and the Conventional Changelog Configuration Spec but I don’t use npm
and I’m not sure if this is the right way of going about this.
Issue Analytics
- State:
- Created a year ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
How to make your own presets to create a consistent look on ...
Go into the Develop Module in Lightroom · On the left-hand side, click the Plus button next to Presets · Click the first...
Read more >How to Make Your Own Presets in Lightroom
Highlight the picture you have edited. Click the plus sign (+) on the left hand side of Lightroom Classic (see below). Select 'Create...
Read more >How to Create Your Own Lightroom Presets (2022)
Creating a preset in Lightroom · Step 1: Click the Create Preset option · Step 2: Determine which settings should be a part...
Read more >How to Make and Sell Your Own Lightroom Presets
Select the “Develop Module” in Lightroom; At the top of the navigator on the left panel, you'll see an option that says “Presets.”...
Read more >How to Create Your Own Custom Lightroom Presets
How to Create a Preset in Adobe Lightroom Classic. If you use Lightroom Classic, you'll need to open your photo in the Develop...
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 Free
Top 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
Hmm, I have the feeling we need to do something with the
Q
library, as the below code is handled in formatting the config:I will see If I can check this locally somewhere the coming days, will let you know 😃
Have you been able to see if this issue had anything to do with the
Q
library?