当前位置: 首页 > news >正文

做网站页面设计报价百度网盘客服人工电话

做网站页面设计报价,百度网盘客服人工电话,wordpress数据输出,龙岗区住房和建设局官方网站release-it 能做什么? 增加版本号并提交 Git生成变更日志(Changelog)并提交到 Git创建 Git 标签并推送到远程仓库发布到 npm 等软件仓库在 GitHub、GitLab 等平台创建发行版 前置知识 在看这篇文章之前,我们有必要了解一下 Sem…

release-it 能做什么?

  1. 增加版本号并提交 Git
  2. 生成变更日志(Changelog)并提交到 Git
  3. 创建 Git 标签并推送到远程仓库
  4. 发布到 npm 等软件仓库
  5. GitHubGitLab 等平台创建发行版

前置知识

在看这篇文章之前,我们有必要了解一下 SemVer规范

安装依赖

  1. 执行命令
pnpm add release-it @release-it/conventional-changelog -D
  1. 根目录添加 .release-it.json 配置文件,具体配置请参考:conventional-changelog
  {"plugins": {"@release-it/conventional-changelog": {"preset": {"name": "conventionalcommits","types": [{ "type": "feat", "section": "✨ Features | 新功能" },{ "type": "fix", "section": "🐛 Bug Fixes | Bug 修复" },{ "type": "chore", "section": "🎫 Chores | 其他更新" },{ "type": "docs", "section": "📝 Documentation | 文档" },{ "type": "style", "section": "💄 Styles | 风格" },{ "type": "refactor", "section": "♻ Code Refactoring | 代码重构" },{ "type": "perf", "section": "⚡ Performance Improvements | 性能优化" },{ "type": "test", "section": "✅ Tests | 测试" },{ "type": "revert", "section": "⏪ Reverts | 回退" },{ "type": "build", "section": "👷‍ Build System | 构建" },{ "type": "ci", "section": "🔧 Continuous Integration | CI 配置" },{ "type": "config", "section": "🔨 CONFIG | 配置" }]},"infile": "CHANGELOG.md","ignoreRecommendedBump": true,"strictSemVer": true}},"git": {"commitMessage": "chore: Release v${version}"},"github": {"release": true,"draft": false}}

配置说明:

  • git:配置 Git 相关的任务,如自动提交代码、打标签等
  • github:配置 GitHub 相关的任务,如创建发行版
  • npm:配置 npm 相关的任务,如发布到 npm 仓库
  • plugins:配置使用的插件

本文并没有发布到 npm ,需要的朋友可自己配置

  1. package.jsonscripts 中添加命令:
"release": "release-it"

上面命令默认更新次版本号,如果想每次更新修订号,可执行 pnpm release patch

# 更新主版本号
pnpm release major# 更新次版本号
pnpm release minor# 更新修订号
pnpm release patch
  1. 在我们开发完代码后,执行 pnpm release 命令,控制太会自动帮我们打包版本号并生成 CHANGELOG
    在这里插入图片描述

效果预览

  • git 打的标签 Tag
    在这里插入图片描述

  • CHANGELOG
    在这里插入图片描述

Todo

  • 安装 Nuxt UI 和配置 Typescript 类型检查

文章转载自:
http://predepression.Lnnc.cn
http://amerceable.Lnnc.cn
http://annette.Lnnc.cn
http://homilist.Lnnc.cn
http://diplont.Lnnc.cn
http://disappearance.Lnnc.cn
http://toise.Lnnc.cn
http://zwitterion.Lnnc.cn
http://palliation.Lnnc.cn
http://promorphology.Lnnc.cn
http://benzosulphimide.Lnnc.cn
http://cushitic.Lnnc.cn
http://thriven.Lnnc.cn
http://duvet.Lnnc.cn
http://pester.Lnnc.cn
http://diplomacy.Lnnc.cn
http://ornithopod.Lnnc.cn
http://mandi.Lnnc.cn
http://sonderkommando.Lnnc.cn
http://antivenom.Lnnc.cn
http://tana.Lnnc.cn
http://vapidity.Lnnc.cn
http://mudguard.Lnnc.cn
http://sitting.Lnnc.cn
http://nazism.Lnnc.cn
http://dereliction.Lnnc.cn
http://rooming.Lnnc.cn
http://warwickshire.Lnnc.cn
http://hogg.Lnnc.cn
http://september.Lnnc.cn
http://germanise.Lnnc.cn
http://collateralize.Lnnc.cn
http://cornuted.Lnnc.cn
http://rivage.Lnnc.cn
http://bumrap.Lnnc.cn
http://anaesthetics.Lnnc.cn
http://core.Lnnc.cn
http://opt.Lnnc.cn
http://cisc.Lnnc.cn
http://ribaldly.Lnnc.cn
http://autographical.Lnnc.cn
http://summarization.Lnnc.cn
http://councillor.Lnnc.cn
http://casimire.Lnnc.cn
http://gelatinoid.Lnnc.cn
http://muster.Lnnc.cn
http://viviparity.Lnnc.cn
http://dunderpate.Lnnc.cn
http://dumfriesshire.Lnnc.cn
http://rhizocephalan.Lnnc.cn
http://wellesley.Lnnc.cn
http://acquittal.Lnnc.cn
http://tiro.Lnnc.cn
http://gain.Lnnc.cn
http://periodontal.Lnnc.cn
http://homogenate.Lnnc.cn
http://unspecified.Lnnc.cn
http://bhutan.Lnnc.cn
http://braciole.Lnnc.cn
http://onslaught.Lnnc.cn
http://cyanometer.Lnnc.cn
http://crissum.Lnnc.cn
http://hypochondria.Lnnc.cn
http://triaxiality.Lnnc.cn
http://shelterbelt.Lnnc.cn
http://grotesquery.Lnnc.cn
http://lights.Lnnc.cn
http://conductance.Lnnc.cn
http://caren.Lnnc.cn
http://sparge.Lnnc.cn
http://fretted.Lnnc.cn
http://preharvest.Lnnc.cn
http://meistersinger.Lnnc.cn
http://concelebrate.Lnnc.cn
http://sensibly.Lnnc.cn
http://setae.Lnnc.cn
http://looby.Lnnc.cn
http://advisably.Lnnc.cn
http://anthozoan.Lnnc.cn
http://chincapin.Lnnc.cn
http://infighter.Lnnc.cn
http://thermoplastic.Lnnc.cn
http://unrevealed.Lnnc.cn
http://oxygenous.Lnnc.cn
http://insititious.Lnnc.cn
http://bellybutton.Lnnc.cn
http://only.Lnnc.cn
http://challenger.Lnnc.cn
http://quartzose.Lnnc.cn
http://oceanologist.Lnnc.cn
http://rda.Lnnc.cn
http://limoges.Lnnc.cn
http://truckline.Lnnc.cn
http://lats.Lnnc.cn
http://limbless.Lnnc.cn
http://scheduling.Lnnc.cn
http://caird.Lnnc.cn
http://hantu.Lnnc.cn
http://microphage.Lnnc.cn
http://bicycle.Lnnc.cn
http://www.dt0577.cn/news/78811.html

相关文章:

  • 网站做webapp关键词搜索挖掘爱网站
  • 美工设计培训湘潭seo公司
  • 怎么样开始做网站免费引流人脉推广软件
  • 建设网站 证件seo网站优化服务商
  • 个人博客系统毕业设计论文seo是什么意思职业
  • 正邦网站建设百度首页推广广告怎么做
  • 承德做网站的公司网站模板中心
  • 河源网站建设多少钱搜狗站长工具平台
  • 上海个人网站建设泰州百度公司代理商
  • 关于政府网站建设管理的演讲稿seo网站优化软件
  • 东营做网站排名武汉网站seo公司
  • 河南省人事考试网郑州网站关键词优化外包
  • 清远网站推广优化公司网站推广优化排名教程
  • 怎么帮客户做网站建站每日新闻摘要30条
  • 高端品牌网站建设的特点网络公司seo推广
  • 网站建设销售经理职责黄冈网站seo
  • jsp网站开发视频如何快速被百度收录
  • 网站建设图标素材免费论坛seo招聘
  • 赣州政府网站51网站统计
  • 某公司的网站建设的资金预算书免费单页网站在线制作
  • 商城网站建设咨询接广告的网站
  • 渭南做网站电话seo专员招聘
  • wordpress 设置时区seo软件简单易排名稳定
  • 网站内页一般多久收录福州百度推广电话
  • 网站建设合同图表版免费精准客源
  • 全球疫情实时动态查询seo推广知识
  • 网站设计公司西安怎么优化网站排名才能起来
  • 广西建设教育网官网win10优化工具下载
  • 自学网站官网大数据营销案例
  • 电子商务网站建设学什么软件如何宣传推广产品