From 36b267101fee4923cd7276d133b2bafb18b9b286 Mon Sep 17 00:00:00 2001 From: Subeom Choi Date: Thu, 27 Jun 2024 13:22:09 +0900 Subject: [PATCH] update: use version 2.2.2 --- changelog.md | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a53dbd3..4da271e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Unreleased +## 2.2.2 - document: add Unreleased to changelog.md diff --git a/readme.md b/readme.md index f4749e5..0632747 100644 --- a/readme.md +++ b/readme.md @@ -128,7 +128,7 @@ changelog.md ``` 1. Create (`${FEATURE_TYPE}/name` to `develop`) pull request. -2. GitHub Actions automatically check changelog.md has `## Unreleased`, if not close pull request. +2. GitHub Actions automatically check changelog.md has `## Unreleased`, if possible add `## Unreleased` to changelog.md and commit and push, if not close pull request. 3. GitHub Actions automatically check changelog.md has modification, if not add recommend comment to pull request. 4. Merge. 5. GitHub Actions automatically delete `${FEATURE_TYPE}/name` branch.