rou9e/framework

一个带有常用工具的轻量级框架,用于实验

1.1.25 2024-06-04 12:55 UTC

This package is auto-updated.

Last update: 2024-09-04 13:38:13 UTC


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;