We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea29c1 commit 6e00e7cCopy full SHA for 6e00e7c
2 files changed
History.md
@@ -1,7 +1,20 @@
1
2
+2.7.2 / 2025-03-19
3
+==================
4
+
5
+ * build: support more actions images, disable x86 arch by default. (#6)
6
7
+2.7.1 / 2024-04-17
8
9
10
+ * Release 2.7.1
11
+ * feat: support node_version.
12
+ * feat: refactor actions support.
13
14
2.7.0 / 2024-04-17
15
==================
16
17
+ * Release 2.7.0
18
* feat: update image version on github actions.
19
20
2.6.0 / 2022-09-29
package.json
@@ -1,6 +1,6 @@
{
"name": "@fibjs/ci",
- "version": "2.7.1",
+ "version": "2.7.2",
"description": "CI tool for fibjs project.",
"main": "app.js",
"scripts": {
0 commit comments