Skip to content

Commit

Permalink
chore(ci): rename scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Feb 19, 2022
1 parent d9169ab commit 77eb226
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for:

test_script:
- git submodule update --init
- scripts/integration-test.sh
- scripts/integration_test

after_test:
# clear self maven install
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/maven-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ TODO:这个约束应该要去掉。使用`JDK 8`能发布挺好 :")
## 1. 发布 COLA Components

先确认版本号,去掉`SNAPSHOT`,如`4.x.y`
更新版本操作可以通过脚本[`bump-cola-vesion.sh`](bump-cola-version.sh)来统一完成。
更新版本操作可以通过脚本[`bump_cola_version`](bump_cola_version)来统一完成。

[COLA Components的根目录](../cola-components),执行发布

Expand All @@ -57,7 +57,7 @@ TODO:这个约束应该要去掉。使用`JDK 8`能发布挺好 :")
- [`cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/pom.xml`](../cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/pom.xml)
- [`cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/pom.xml`](../cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/pom.xml)

更新版本操作可以通过脚本[`bump-cola-vesion.sh`](bump-cola-version.sh)来统一完成。
更新版本操作可以通过脚本[`bump_cola_version`](bump_cola_version)来统一完成。

[COLA Archetype的根目录](../cola-archetypes),执行发布

Expand Down

0 comments on commit 77eb226

Please sign in to comment.