Skip to content

Commit 1e42207

Browse files
Preparations for the v5 release
1 parent 6756d5e commit 1e42207

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@
1010

1111
Vanilo's aim is that **Laravel developers** can **rapidly** create E-commerce applications with **pleasure**.
1212

13-
## Development Version
14-
15-
> [!WARNING]
16-
> You are browsing the unstable, v5.x version of this repository!
17-
>
18-
> Do not use this branch in any real projects yet, as it's a subject of heavy changes!
19-
20-
> [!NOTE]
21-
> Vanilo v5 is expected to be released in April 2025, but there's no final deadline yet.
22-
23-
For the stable version see the `4.x` branch.
24-
2513
## Stable Version
2614

2715
#### 4.x

build-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Release Checklist
44

55
- Modify Changelog and manifest entries
6-
- Commit as `Release v4.x.y` (DO NOT TAG IT!)
6+
- Commit as `Release v5.x.y` (DO NOT TAG IT!)
77
- Push to master
88
- Run `build-tools/split.sh`
99
- When not all the modules will be released, then change line 52 in `release.sh` temporarily

build-tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ git tag $VERSION
4949
git push origin --tags
5050

5151
# Tag Components
52-
for REMOTE in adjustments cart category channel checkout contracts links master-product order payment product promotion properties shipment support taxes
52+
for REMOTE in adjustments cart category channel checkout contracts links master-product order payment product promotion properties shipment support taxes translation video
5353
do
5454
echo ""
5555
echo ""

0 commit comments

Comments
 (0)