rou9e / framework
1.1.25
2024-06-04 12:55 UTC
Requires
- php: >=7.4
- goodby/csv: ^1.3
- guzzlehttp/guzzle: ^7.8
- openai-php/client: ^0.9.2
- phpmailer/phpmailer: ^6.9
- symfony/var-dumper: ^5.4
- vlucas/phpdotenv: ^5.6
README
https://packagist.org.cn/packages/rou9e/framework
步骤 01 - 版本控制
更新 composer.json 以更改当前版本(例如:1.1.6)
步骤 02 - 提交
git commit -- Committing new tag 1.1.6 -- -- Fixing a bug in sitemap generation -- -- Enhancing and moving getCleanedPostTypesList to \Rou9e\Wordpress\Core -- -- Updating MetaTags in order to allow the post_types which should display meta fields in backend "
步骤 03 - 推送
git push
步骤 04 - 标签
git tag 1.1.6; git push --tags;
如果需要删除标签
git tag -d 1.1.6; git push --delete origin 1.1.6;