Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 9a39e29

Browse files
committed
chore(git): drop hooks
1 parent a918258 commit 9a39e29

11 files changed

Lines changed: 52 additions & 699 deletions

File tree

.commitlintrc.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/semantic.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Always validate the PR title AND all the commits
2+
titleAndCommits: true
3+
# Allows use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
4+
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
5+
allowMergeCommits: true

.husky/commit-msg

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
This file was deleted.

.releaserc

Lines changed: 0 additions & 11 deletions
This file was deleted.

.releaserc.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"plugins": [
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"preset": "conventionalcommits",
7+
"presetConfig": {}
8+
}
9+
],
10+
[
11+
"@semantic-release/release-notes-generator",
12+
{
13+
"preset": "conventionalcommits",
14+
"presetConfig": {}
15+
}
16+
],
17+
"@semantic-release/changelog",
18+
"@semantic-release/npm",
19+
"@semantic-release/github",
20+
"@semantic-release/git"
21+
],
22+
"tagFormat": "${version}"
23+
}
File renamed without changes.

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["esbenp.prettier-vscode"]
3+
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"editor.defaultFormatter": "esbenp.prettier-vscode"
3+
}

package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
{
2-
"name": "drinks-touch_stack",
3-
"private": true,
4-
"version": "0.7.0",
5-
"description": "DargStack configuration for drinks-touch.",
6-
"repository": "https://github.com/flipdot/drinks-touch_stack.git",
72
"author": "Jonas Thelemann <e-mail+flipdot/drinks-touch_stack@jonas-thelemann.de>",
8-
"license": "GPL-3.0-only",
9-
"type": "module",
3+
"description": "DargStack configuration for drinks-touch.",
4+
"devDependencies": {
5+
"dargstack": "2.5.1",
6+
"dargstack_rgen": "0.9.90"
7+
},
8+
"devEngines": {
9+
"packageManager": {
10+
"name": "pnpm",
11+
"version": "11.0.8"
12+
}
13+
},
1014
"engines": {
1115
"node": "24"
1216
},
13-
"packageManager": "pnpm@11.0.8",
14-
"scripts": {
15-
"prepare": "husky"
16-
},
17-
"devDependencies": {
18-
"@commitlint/cli": "20.5.3",
19-
"@commitlint/config-conventional": "20.5.3",
20-
"dargstack": "2.5.1",
21-
"dargstack_rgen": "0.9.90",
22-
"husky": "9.1.7"
23-
}
24-
}
17+
"license": "GPL-3.0-only",
18+
"name": "drinks-touch_stack",
19+
"private": true,
20+
"repository": "https://github.com/flipdot/drinks-touch_stack.git",
21+
"type": "module",
22+
"version": "0.7.0"
23+
}

0 commit comments

Comments
 (0)