You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Deleted CONTRIBUTING.md, FIRST_RELEASE.md, index.ts, install.sh, knowledge.config.example.json, and related sections in README.md to streamline the project and remove obsolete content.
Visit our [official documentation](https://myknowledge.click) for detailed guides and examples.
47
57
48
-
## 🤝 Contributing
49
-
50
-
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
51
-
52
-
### Commit Convention
53
-
54
-
This project uses [Conventional Commits](https://www.conventionalcommits.org/) for automated versioning and changelog generation. Please format your commits as:
55
-
56
-
```
57
-
feat: add new feature
58
-
fix: resolve bug
59
-
docs: update documentation
60
-
```
61
-
62
-
## 🔄 Release Process
63
-
64
-
Releases are fully automated using semantic-release:
65
-
66
-
-**Automatic versioning** based on commit messages
67
-
-**Changelog generation** from conventional commits
68
-
-**NPM publishing** on every release
69
-
-**GitHub releases** with detailed notes
70
-
71
-
Simply push to the `prod` branch and let the automation handle the rest!
72
-
73
-
## 📄 License
74
-
75
-
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
0 commit comments