3 Commits

6 changed files with 3 additions and 67 deletions

View File

@@ -1,20 +0,0 @@
---
name: "Bug Report"
about: Report a reproducible bug or regression
title: "Bug: "
---
## Steps To Reproduce
<!-- Simple, clear, laconical, reproducible steps how to cause this bug in a development environment -->
1.
2.
## The current behavior
<!-- It is recommended to provide an image or a video, if that is not possible a very concise text would suffice -->
## The expected behavior
<!-- Describe the expected behavior -->

View File

@@ -1,29 +0,0 @@
---
name: "Feature Request"
about: Standard feature request template.
title: "Feature: "
---
## Feature summary
<!-- e.g. -->
Add legal page to the website
## The expected behavior
<!-- e.g. -->
- Ability to select a language for legal page
- Presence of a legal page in sitemap
- Ability to add different legal documents in a .md format
## Helpful resources
<!-- e.g. -->
- [Svelte Markdown on NPM](https://www.npmjs.com/package/svelte-markdown)
## Notes
First two documents are going to be Privacy Policy and Terms of Service

View File

@@ -1,9 +0,0 @@
---
name: "Task"
about: "Staff task template "
title: "Task: "
---
<!-- Describe the task here, e.g. -->
Change pricing to medium standard

View File

@@ -1,9 +1,3 @@
{
"scopes": [
"commands",
"changelog",
"readme",
"release",
"config"
]
"scopes": ["commands", "changelog", "readme", "release", "config"]
}

View File

@@ -1,6 +1,6 @@
{
"name": "@resultium/rcz",
"version": "1.5.1",
"version": "1.5.2",
"description": "Resultium commit standardization library, based on conventional commits",
"main": "./dist/index.js",
"bin": {

View File

@@ -467,7 +467,7 @@ program
config?.types?.map((type) => type.value).join("|") ||
"feat|fix|build|ci|docs|perf|refactor|chore"
})(\\((${
config?.scopes ? [...config?.scopes, "release"] : "..*"
config?.scopes ? [...config?.scopes, "release"].join("|") : "..*"
})\\))?!?: .* ?(\\(..*\\))?((\n\n..*)?(\n\n..*)?)?`,
"gm"
);