@programinglive/commiter 1.1.10 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/docs/release-notes/RELEASE_NOTES.md +8 -0
- package/package.json +1 -1
- package/web/index.html +12 -6
- package/web/og-image.png +0 -0
- package/web/og-image.svg +24 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.1.11](https://github.com/programinglive/commiter/compare/v1.1.10...v1.1.11) (2025-11-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 📝 Documentation
|
|
9
|
+
|
|
10
|
+
* **website:** add open graph social media preview ([7a2f911](https://github.com/programinglive/commiter/commit/7a2f91156bcef6f351d4e914efc53776741baf69))
|
|
11
|
+
|
|
5
12
|
### [1.1.10](https://github.com/programinglive/commiter/compare/v1.1.9...v1.1.10) (2025-11-26)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -4,6 +4,7 @@ This document summarizes every published version of `@programinglive/commiter`.
|
|
|
4
4
|
|
|
5
5
|
| Version | Date | Highlights |
|
|
6
6
|
|---------|------|------------|
|
|
7
|
+
| 1.1.11 | 2025-11-26 | **website:** add open graph social media preview (7a2f911) |
|
|
7
8
|
| 1.1.10 | 2025-11-26 | **website:** add professional landing page and release tools (ec53e2d) |
|
|
8
9
|
| 1.1.9 | 2025-11-24 | convert release scripts to CJS to support ESM projects (842da02) |
|
|
9
10
|
| 1.1.8 | 2025-11-22 | update installation script to copy missing files and update gitignore (5d56259) |
|
|
@@ -38,6 +39,13 @@ This document summarizes every published version of `@programinglive/commiter`.
|
|
|
38
39
|
|
|
39
40
|
|
|
40
41
|
|
|
42
|
+
|
|
43
|
+
## 1.1.11 – 📝 Documentation
|
|
44
|
+
|
|
45
|
+
Released on **2025-11-26**.
|
|
46
|
+
|
|
47
|
+
- **website:** add open graph social media preview (7a2f911)
|
|
48
|
+
|
|
41
49
|
## 1.1.10 – ✨ Features
|
|
42
50
|
|
|
43
51
|
Released on **2025-11-26**.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@programinglive/commiter",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.11",
|
|
4
4
|
"description": "Commiter keeps repositories release-ready by enforcing conventional commits, generating icon-rich changelog entries, and orchestrating semantic version bumps without manual toil. It bootstraps Husky hooks, commitlint rules, and release scripts that inspect history, detect framework-specific test commands, run them automatically, tag git releases, coordinate npm publishing, surface release metrics, enforce project-specific checks, and give maintainers observability across distributed teams. Plus!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
package/web/index.html
CHANGED
|
@@ -10,15 +10,21 @@
|
|
|
10
10
|
content="commit, conventional commits, standard-version, changelog, versioning, semantic release, git hooks, husky, commitlint">
|
|
11
11
|
<meta name="author" content="Programming Live">
|
|
12
12
|
|
|
13
|
-
<!-- Open Graph /
|
|
13
|
+
<!-- Open Graph / Facebook / LinkedIn -->
|
|
14
14
|
<meta property="og:type" content="website">
|
|
15
|
-
<meta property="og:
|
|
16
|
-
<meta property="og:
|
|
17
|
-
|
|
18
|
-
<meta property="og:
|
|
15
|
+
<meta property="og:url" content="https://commiter.programinglive.com/">
|
|
16
|
+
<meta property="og:title" content="Commiter - Ship Code Faster">
|
|
17
|
+
<meta property="og:description" content="The best tool for developers to manage commits and deployments.">
|
|
18
|
+
<meta property="og:image" content="https://commiter.programinglive.com/og-image.png">
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
<!-- Twitter -->
|
|
21
|
+
<meta property="twitter:card" content="summary_large_image">
|
|
22
|
+
<meta property="twitter:url" content="https://commiter.programinglive.com/">
|
|
23
|
+
<meta property="twitter:title" content="Commiter">
|
|
24
|
+
<meta property="twitter:description" content="The best tool for developers to manage commits and deployments.">
|
|
25
|
+
<meta property="twitter:image" content="https://commiter.programinglive.com/og-image.png">
|
|
21
26
|
|
|
27
|
+
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
|
22
28
|
<title>Commiter - Automated Commit Conventions & Release Management</title>
|
|
23
29
|
|
|
24
30
|
<link rel="stylesheet" href="css/style.css">
|
package/web/og-image.png
ADDED
|
Binary file
|
package/web/og-image.svg
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="1200" height="630" viewBox="0 0 1200 630" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- Background: Very Dark Grey (GitHub/Terminal Style) -->
|
|
3
|
+
<rect width="1200" height="630" fill="#0D1117"/>
|
|
4
|
+
|
|
5
|
+
<!-- Subtle Background Pattern (Optional Grid) -->
|
|
6
|
+
<path d="M0 630V0H1200V630" fill="url(#grid)" opacity="0.1"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
|
|
9
|
+
<path d="M 40 0 L 0 0 0 40" fill="none" stroke="white" stroke-width="1"/>
|
|
10
|
+
</pattern>
|
|
11
|
+
</defs>
|
|
12
|
+
|
|
13
|
+
<!-- Central Group -->
|
|
14
|
+
<g transform="translate(600, 315)" text-anchor="middle">
|
|
15
|
+
<!-- Rocket Emoji (Using text for consistent vibe) -->
|
|
16
|
+
<text x="0" y="-20" font-family="Arial, sans-serif" font-size="150" fill="white" text-anchor="middle">🚀</text>
|
|
17
|
+
|
|
18
|
+
<!-- Brand Name -->
|
|
19
|
+
<text x="0" y="130" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif" font-weight="800" font-size="120" fill="#FFFFFF" text-anchor="middle">Commiter</text>
|
|
20
|
+
|
|
21
|
+
<!-- Tagline -->
|
|
22
|
+
<text x="0" y="200" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif" font-size="32" fill="#8B949E" text-anchor="middle">Automated Commit Conventions & Release Management</text>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|