Compare commits

..

4 Commits

Author SHA1 Message Date
eb730f4ae0 Release v0.6.0
All checks were successful
Check go code / build-and-release (push) Successful in 1m4s
Release binary and debian package for cl-cli / webext-build (push) Successful in 5m46s
Release binary and debian package for cl-cli / build-and-release (push) Successful in 1m56s
2025-11-18 09:48:34 +01:00
69eafc509a Append link to gitlab to create link between open project and gitlab (#7)
All checks were successful
Check go code / build-and-release (push) Successful in 1m7s
Reviewed-on: #7
Co-authored-by: Julien Fastré <julien.fastre@champs-libres.coop>
Co-committed-by: Julien Fastré <julien.fastre@champs-libres.coop>
2025-11-18 08:45:31 +00:00
f72f03e7d4 fix link
All checks were successful
Check go code / build-and-release (push) Successful in 1m2s
2025-11-13 12:47:09 +00:00
255e7fd5f0 link to gitea personal access token page
Some checks failed
Check go code / build-and-release (push) Has been cancelled
2025-11-13 12:46:24 +00:00
7 changed files with 9 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
kind: Added
body: Append work package link to gitlab description after creating a WP from a gitlab issue
time: 2025-11-17T22:15:55.503651263+01:00

3
.changes/v0.6.0.md Normal file
View File

@@ -0,0 +1,3 @@
## v0.6.0 - 2025-11-18
### Added
* Append work package link to gitlab description after creating a WP from a gitlab issue

2
Cargo.lock generated
View File

@@ -183,7 +183,7 @@ dependencies = [
[[package]]
name = "cl-cli"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"clap",
"gitlab",

View File

@@ -1,6 +1,6 @@
[package]
name = "cl-cli"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Some helpers scripts for Champs-Libres"

View File

@@ -63,7 +63,7 @@ editor $HOME/.config/cl-cli/config.toml
Then, fill it with the required configuration options:
- gitea personal access token:
- gitea personal access token ([Access the page on gitea.champs-libres.be](https://gitea.champs-libres.be/user/settings/applications)):
![configuration screenshort](./docs/configuration/gitea_screenshot_configure_pat.png)
- Gitlab: [Create an access token](https://gitlab.com/-/user_settings/personal_access_tokens?name=cl-cli&scopes=api,read_user) With the "api" and "read_user" scopes

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Champs-Libres Helper",
"version": "0.5.0",
"version": "0.6.0",
"browser_specific_settings": {
"gecko": {
"id": "helper@champs-libres-coop",
@@ -26,4 +26,4 @@
"scripts": ["dist/background/background.js"],
"type": "module"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "web-extension",
"version": "0.5.0",
"version": "0.6.0",
"description": "",
"main": "index.js",
"scripts": {