Skip to content

Commit 098e422

Browse files
Merge pull request #115 from TheDragonCode/4.x-1
Changelog prepared for version 4
2 parents 7fb1a46 + b138875 commit 098e422

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
release-notes: ${{ github.event.release.body }}
3636
latest-version: ${{ github.event.release.tag_name }}
3737
compare-url-target-revision: ${{ github.event.release.target_commitish }}
38-
path-to-changelog: docs/prologue/changelog/3.x.md
38+
path-to-changelog: docs/prologue/changelog/4.x.md
3939

4040
- name: Storing
4141
id: changelog

docs/prologue/changelog/4.x.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Changelog
22

3+
- [4.x](4.x.md)
34
- [3.x](3.x.md)

0 commit comments

Comments
 (0)