Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: automate release #645

Draft
wants to merge 25 commits into
base: devel
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2c6bbcf
chore: try introducing automated RC again
frisonisland Dec 17, 2024
f85429b
ci: add missing "steps"
frisonisland Dec 17, 2024
d38003d
ci: add missing "steps" (2)
frisonisland Dec 17, 2024
97718c3
ci: conditional RC
frisonisland Dec 17, 2024
37e8d57
ci: conditional RC (2)
frisonisland Dec 17, 2024
3397d0e
ci: add stages in stage
frisonisland Dec 17, 2024
83e7c6a
ci: test RC
frisonisland Dec 17, 2024
4bb8d57
ci: try running npm install on RC
frisonisland Dec 17, 2024
8272801
ci: temporarily use carbonio-agent-v2 to be able to run RC step
frisonisland Dec 17, 2024
5893fee
chore: remove npm install
frisonisland Dec 17, 2024
24488ef
chore: RC true by default
frisonisland Dec 17, 2024
180eec4
chore: agent v1
frisonisland Dec 17, 2024
89a031d
chore: agent v2
frisonisland Dec 17, 2024
f87339a
chore: use nodejs agent to run npm install and release-it
frisonisland Dec 18, 2024
2521be4
chore: use nodCmd
frisonisland Dec 18, 2024
27a5df8
chore: try using agent v1
frisonisland Dec 18, 2024
a4c6423
chore: define nodecmd
frisonisland Dec 18, 2024
ebe984b
chore: baseagent v1
frisonisland Dec 18, 2024
74f4a77
chore: add nvmrc for release-it
frisonisland Dec 18, 2024
226fc99
chore: specific checkout on RC
frisonisland Dec 18, 2024
d3d1f74
ci: use npm run release
frisonisland Dec 18, 2024
d75131c
ci: zextras-agent-v4
frisonisland Dec 18, 2024
2545a1d
ci: use only zextras-agent-v4
frisonisland Dec 18, 2024
8654404
ci: use nodejs-agent-v4 for RC
frisonisland Dec 19, 2024
c71dbd7
ci: use nodejs-agent-v4 for RC (2)
frisonisland Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"requireUpstream": false,
"commitMessage": "chore: release ${version}",
"tagName": "${version}",
"tag": true,
"tag": false,
"push": true
},
"plugins": {
Expand Down
Loading