-
-
Notifications
You must be signed in to change notification settings - Fork 1
Tagging a release
Dan Phiffer edited this page Dec 2, 2024
·
5 revisions
When making a new release:
- Update versions in:
split-tests.php-
readme.txt- add a changelog entry to the bottom while you're in there package.jsoncomposer.json
npm run gruntnpm installdocker compose exec web composer --working-dir=wp-content/plugins/split-tests update- Export ACF fields
./bin/export-db- Commit updates
- Tag release:
git tag [release] - Push tag:
git push [release] - Draft a new release