Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.46 KB

File metadata and controls

44 lines (28 loc) · 1.46 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial repository structure for TechInterviewMaster.
  • Comprehensive documentation for Git concepts, including tags, releases, and workflows.
  • Templates for Node.js, Python, and Data Science projects.
  • GitHub Actions workflow for auto-commenting on pull requests.

Changed

  • Improved file structure documentation for better clarity.
  • Enhanced Git tag lessons with practical examples and exercises.

Fixed

  • Minor typos in documentation files.

[1.0.0] - 2025-04-23

Added

  • GitHub Trophies and GitHub Stats examples in trophee.md and top1.md.
  • Detailed lessons on Git tags, including lightweight, annotated, and signed tags.
  • Instructions for creating GitHub releases and automating CI/CD workflows.
  • Example workflows for tagging and release automation.
  • Contribution guidelines (CONTRIBUTING.md) and code of conduct (CODE_OF_CONDUCT.md).
  • Security policy (SECURITY.md) for reporting vulnerabilities.

Changed

  • Updated Node.js project template with a clear structure and usage instructions.
  • Refined Data Science project template with folder organization and tool suggestions.

Removed

  • Deprecated or redundant examples from older documentation.