[PR #20] [MERGED] feat: conventional commits #28

Closed
opened 2025-11-11 11:49:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/20
Author: @dextmorgn
Created: 10/29/2025
Status: Merged
Merged: 10/29/2025
Merged by: @dextmorgn

Base: mainHead: feat/conventional-commits


📝 Commits (2)

  • 4bb8720 feat: new commit instructions
  • 53b81c1 docs: remove docs/VERSIONING.md

📊 Changes

12 files changed (+11020 additions, -108 deletions)

View changed files

📝 .gitignore (+1 -0)
.husky/commit-msg (+4 -0)
.versionrc.json (+67 -0)
CHANGELOG.md (+6 -0)
commitlint.config.js (+24 -0)
📝 flowsint-app/package.json (+3 -1)
📝 flowsint-app/src/components/graphs/selected-items-panel.tsx (+2 -1)
📝 flowsint-app/yarn.lock (+1842 -23)
package.json (+32 -0)
scripts/pyproject-updater.js (+20 -0)
scripts/sync-versions.js (+74 -0)
📝 yarn.lock (+8945 -83)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/20 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 10/29/2025 **Status:** ✅ Merged **Merged:** 10/29/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/conventional-commits` --- ### 📝 Commits (2) - [`4bb8720`](https://github.com/reconurge/flowsint/commit/4bb8720ad45b1fbdc2e3408fd1f092a478763d5b) feat: new commit instructions - [`53b81c1`](https://github.com/reconurge/flowsint/commit/53b81c106482b028cd2d63a5298b045d44400b42) docs: remove docs/VERSIONING.md ### 📊 Changes **12 files changed** (+11020 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `.husky/commit-msg` (+4 -0) ➕ `.versionrc.json` (+67 -0) ➕ `CHANGELOG.md` (+6 -0) ➕ `commitlint.config.js` (+24 -0) 📝 `flowsint-app/package.json` (+3 -1) 📝 `flowsint-app/src/components/graphs/selected-items-panel.tsx` (+2 -1) 📝 `flowsint-app/yarn.lock` (+1842 -23) ➕ `package.json` (+32 -0) ➕ `scripts/pyproject-updater.js` (+20 -0) ➕ `scripts/sync-versions.js` (+74 -0) 📝 `yarn.lock` (+8945 -83) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 11:49:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#28