git diff 명령으로 태그를 비교할 수 있습니다. git diff tag1 tag2 를 입력하면 tag1과 tag2의 차이점을 자세히 볼 수 있습니다.
사용하는 방법
USER-PC@DESKTOP-JAEGCLI MINGW64 ~/Desktop/gitstudy/react (main)
$ git diff v18.0.0 v18.1.0
diff --git a/.github/ISSUE_TEMPLATE/react_18.md b/.github/ISSUE_TEMPLATE/react_18.md
deleted file mode 100644
index 1c0a87924..000000000
--- a/.github/ISSUE_TEMPLATE/react_18.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-name: "💬 React 18"
-about: Bug reports, questions, and general feedback about React 18
-title: 'React 18 '
-labels: 'Type: Discussion, React 18'
-
----
-
-<!--
- Ask a question or share feedback about the React 18 release here.
--->
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7ec5b94e..36fbc4b58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,147 @@
:...skipping...