release-v1.3.0 #8

Merged
nicolas.boufideline merged 1 commit from release-v1.3.0 into main 2025-09-07 17:27:43 +00:00
4 changed files with 11 additions and 59 deletions
Showing only changes of commit d7fe8508a9 - Show all commits

release-v1.3.0
All checks were successful
/ publish_password (pull_request) Successful in 7m27s
/ validate_password (pull_request) Successful in 7m31s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2025-09-07 19:31:41 +02:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -1,58 +0,0 @@
default:
image: debian:11
stages:
- build
- publish
- release
build:
stage: build
image: golang:1.21-alpine
before_script:
- apk update && apk add --no-cache make git
script:
- make build_password
artifacts:
paths:
- ./bin/*
publish_main:
stage: publish
image: golang:1.21-alpine
variables:
VER: latest
before_script:
- apk update && apk add --no-cache make git curl
script:
- make publish_password
needs:
- build
only:
- main
release_tag:
stage: publish
image: golang:1.21-alpine
variables:
VER: ${CI_COMMIT_TAG}
before_script:
- apk update && apk add --no-cache make git curl
script:
- make publish_password
needs:
- build
only:
- tags
release_job:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
before_script:
- apk update && apk add --no-cache bash curl
script:
- bash ./scripts/gitlab_release.sh -r ./docs/release/$CI_COMMIT_TAG* -a ./bin/
needs:
- build

View file

@ -4,7 +4,7 @@ Some tools use and dev for h6n, many are in shell/bash could be use in other pro
## Version
v1.2.0: Valentin
v1.3.0: Xavier
## release script

View file

@ -6,4 +6,6 @@ The naming policy is based on first names for this project.
## Release list
- [v1.3.0 Xavier](./release/v1.3.0_xavier.md)
- [v1.2.0 Valentin](./release/v1.2.0_valentin.md)
- [v1.0.0 Damian](./release/v1.0.0_damian.md)

View file

@ -0,0 +1,8 @@
# Xavier v1.3.0
## Release feature
- update readme
- update script
- add ci for forgejo
- clean old ci