Compare commits

...

2 Commits

Author SHA1 Message Date
李东云
df94317fcf chore(release): 1.0.0-alpha.13 2023-10-23 11:42:50 +00:00
李东云
43c820c711 ci(GiteaActions): 现在只会根据 tag确定是否发布
Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
2023-10-23 19:42:38 +08:00
5 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
name: Release development version to registry
on: [ tag ]
on:
push:
tags:
- '**.**'
jobs:
Publish on Tagged:

1
.idea/HDK-Core.iml generated
View File

@@ -3,7 +3,6 @@
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="Singularity\HDK\Core\" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" packagePrefix="Singularity\HDK\Test\Core\" />
<excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/recursion-context" />
<excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/lines-of-code" />

View File

@@ -1,4 +1,11 @@
# 版本更新日志
## [1.0.0-alpha.13](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2023-10-23)
### 👷 Continuous Integration | CI 配置
* **GiteaActions:** 现在只会根据 tag确定是否发布 ([43c820c](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/43c820c711f09425a57097e36d01199007e3ed8f))
## [1.0.0-alpha.12](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2023-10-23)

View File

@@ -1 +1 @@
1.0.0-alpha.12
1.0.0-alpha.13

View File

@@ -129,5 +129,5 @@
"url": "https://mirrors.aliyun.com/composer/"
}
},
"version": "1.0.0-alpha.12"
"version": "1.0.0-alpha.13"
}