devbook

Version Control & Git

Git platforms, hosting services, and client tools for version control.

Git platforms, hosting services, and client tools for version control.

Git Platforms

GitHub

Leading platform for version control, collaboration, and open source development.

Key Features:

  • Pull requests and code review
  • Issue tracking
  • GitHub Actions CI/CD
  • Package registry

Visit Website →


GitLab

Complete DevOps platform with built-in CI/CD and project management capabilities.

Key Features:

  • Integrated CI/CD pipelines
  • Issue boards and planning
  • Container registry
  • Security scanning

Visit Website →


Semantic Versioning

semantic-release

Fully automated version management and package publishing for npm packages.

Key Features:

  • Automated version bumping based on commit messages
  • Changelog generation
  • Git tag creation
  • Package publishing to npm

Visit Website →


conventional-changelog

Generate changelogs and release notes from git commit messages using conventional commits.

Key Features:

  • Automatic changelog generation
  • Support for conventional commit format
  • Multiple output formats
  • Integration with semantic-release

Visit Website →