We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fb1a46 + b138875 commit 098e422Copy full SHA for 098e422
.github/workflows/changelog.yml
@@ -35,7 +35,7 @@ jobs:
35
release-notes: ${{ github.event.release.body }}
36
latest-version: ${{ github.event.release.tag_name }}
37
compare-url-target-revision: ${{ github.event.release.target_commitish }}
38
- path-to-changelog: docs/prologue/changelog/3.x.md
+ path-to-changelog: docs/prologue/changelog/4.x.md
39
40
- name: Storing
41
id: changelog
docs/prologue/changelog/4.x.md
@@ -0,0 +1,9 @@
1
+# 4.x
2
+
3
+## v4.0.0 - 2023-01-21
4
5
+### Changed
6
7
+- Coming soon
8
9
+**Full Changelog**: https://github.com/TheDragonCode/laravel-actions/compare/v3.2.0...v4.0.0
docs/prologue/changelog/index.md
@@ -1,3 +1,4 @@
# Changelog
+- [4.x](4.x.md)
- [3.x](3.x.md)
0 commit comments