Skip to content

Commit 39a84b6

Browse files
committed
wip
1 parent 65ec541 commit 39a84b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ To release, say `3.2.0` [Packagist](https://packagist.org/packages/transloadit/p
631631
1. Make sure you are in main: `git checkout main`
632632
1. Update `CHANGELOG.md` and `composer.json`
633633
1. Commit: `git add CHANGELOG.md composer.json && git commit -m "Release 3.2.0"`
634-
1. Tag, push, and release: `source env.sh && VERSION=3.2.0 ./release.sh`
634+
1. Tag, push, and release: `source .env && VERSION=3.2.0 ./release.sh`
635635
636636
This project implements the [Semantic Versioning](http://semver.org/) guidelines.
637637

0 commit comments

Comments
 (0)