Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(git-sync): auto-applied #16

Merged
merged 25 commits into from
Nov 25, 2024
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
af9eeec
chore(git-sync): auto-applied license
M0NsTeRRR Nov 25, 2024
1f3e96b
chore(git-sync): auto-applied license
M0NsTeRRR Nov 25, 2024
4321430
chore(git-sync): auto-applied pull_request_template
M0NsTeRRR Nov 25, 2024
380e8ad
chore(git-sync): auto-applied issue_template
M0NsTeRRR Nov 25, 2024
7096f82
chore(git-sync): auto-applied codeowners
M0NsTeRRR Nov 25, 2024
cd79b15
chore(git-sync): auto-applied funding
M0NsTeRRR Nov 25, 2024
e76410c
chore(git-sync): auto-applied contributing
M0NsTeRRR Nov 25, 2024
4c86a28
chore(git-sync): auto-applied code_of_conduct
M0NsTeRRR Nov 25, 2024
595dcfd
chore(git-sync): auto-applied editorconfig
M0NsTeRRR Nov 25, 2024
ee37275
chore(git-sync): auto-applied devcontainers.json5
M0NsTeRRR Nov 25, 2024
2bc6cf5
chore(git-sync): auto-applied security
M0NsTeRRR Nov 25, 2024
895a8e9
chore(git-sync): auto-applied issue_template
M0NsTeRRR Nov 25, 2024
48e741b
chore(git-sync): auto-applied renovate
M0NsTeRRR Nov 25, 2024
a5d18f0
chore(git-sync): auto-applied gitattributes
M0NsTeRRR Nov 25, 2024
c9bf5d4
chore(git-sync): auto-applied gitignore
M0NsTeRRR Nov 25, 2024
3e246e4
chore(git-sync): auto-applied labels.json5
M0NsTeRRR Nov 25, 2024
5216b43
chore(git-sync): auto-applied workflow
M0NsTeRRR Nov 25, 2024
e27b415
chore(git-sync): auto-applied workflow
M0NsTeRRR Nov 25, 2024
2313f57
chore(git-sync): auto-applied workflow
M0NsTeRRR Nov 25, 2024
8d9490e
chore(git-sync): auto-applied workflow
M0NsTeRRR Nov 25, 2024
da7c70f
chore(git-sync): auto-applied logo
M0NsTeRRR Nov 25, 2024
4d5d00d
chore(git-sync): auto-applied readme
M0NsTeRRR Nov 25, 2024
08747fd
chore(git-sync): auto-applied workflow
M0NsTeRRR Nov 25, 2024
9af009e
chore(git-sync): auto-applied semantic_commits.json5
M0NsTeRRR Nov 25, 2024
072f6d7
chore(git-sync): auto-applied changelog
M0NsTeRRR Nov 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

[changelog]
# template for the changelog footer
header = """
# Changelog\n
"""
header = ""
# template for the changelog body
# https://keats.github.io/tera/docs/#introduction
body = """
Expand Down Expand Up @@ -103,7 +101,7 @@ protect_breaking_commits = false
# filter out the commits that are not matched by commit parsers
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
tag_pattern = "v?[0-9].[0-9].[0-9]"
# regex for skipping tags
skip_tags = "beta|alpha"
# regex for ignoring tags
Expand Down