title: "release note 생성, versioning 자동화를 위한 규격 : Conventional Commits, Keep a Changelog, Semantic Versioning"
description: "효과/효율적으로 release note 및 version 관리를 하기 위한 주요 규격 - Conventional Commits, Semantic Versioning, CHANGELOG.md에 관한 논의이다."
cleanUrl: /sw-engineer/standard-for-releasenote-versioning-releasenote
floatFirstTOC: right

Introduction

효과/효율적으로 release note 및 version 관리를 하기 위한 주요 규격 - Conventional Commits, Semantic Versioning, CHANGELOG.md에 관한 논의이다.

Motivation

Summary

Conventional Commits

Conventional Commits을 사용하면 무엇이 좋은지

<aside> 💡 https://www.conventionalcommits.org/ko/v1.0.0/#왜-conventional-commits를-사용할까요 에서 추출

</aside>