Skip to content

Commit

Permalink
纠正log和hook指令参数错误
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Oct 19, 2021
1 parent 0a6436c commit e4766b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cSpell.words": ["Gitmars", "gitmars", "Gitm", "gitm", "vuepress", "typedoc", "esbuild", "lastet"],
"cSpell.words": ["Gitmars", "gitmars", "Gitm", "gitm", "vuepress", "typedoc", "esbuild", "lastet", "forcedelete"],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
Expand Down
12 changes: 7 additions & 5 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# 更新日志

## 2021.10.18 v2.7.0 更新日志
## 2021.10.19 v2.7.0 更新日志

1. 纠正`log``hook`指令参数错误:`latest`改成`lastet`
2. `combine`指令新增是否同步过dev分支判断,没有同步过的不允许合prod
3. `combine`指令新增是否超过1周没有同步过主干代码判断

## 2021.10.18 v2.6.5 更新日志

Expand Down Expand Up @@ -223,12 +225,12 @@

## 2020.05.15 v1.0.20 更新日志

1. 修复 `copy` 指令 BUG
1. 修复 `copy` 指令 BUG

## 2020.05.13 v1.0.19 更新日志

1. `update` 指令新增`--use-merge` 配置
2. `admin` 指令`--rebase` 配置调整为`--use-rebase`
1. `update` 指令新增`--use-merge` 配置
2. `admin` 指令`--rebase` 配置调整为`--use-rebase`

## 2020.05.11 v1.0.18 更新日志

Expand Down Expand Up @@ -257,7 +259,7 @@

## 2020.04.02 v1.0.13 更新日志

1. `gitm branch `支持设置与远程分支关联
1. `gitm branch`支持设置与远程分支关联
2. 新增 `upgrade` 方法

## 2020.03.31 v1.0.12 更新日志
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gitmars",
"description": "一个高度定制化的git工作流工具",
"version": "2.6.5",
"version": "2.7.0",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
Expand Down

1 comment on commit e4766b8

@vercel
Copy link

@vercel vercel bot commented on e4766b8 Oct 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.