11 Commits

Author SHA1 Message Date
Jeremiah Russell
38a0193010 chore: migrate to workspace structure and 3-file CI pipeline at toolkit 4.9.6
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-03-13 08:25:47 +00:00
Jeremiah Russell
5505bec44c 👷 ci(circleci): update release workflow configuration
- add remove_ssh_key parameter to workflows configuration
- enhance security settings for release process

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 09:34:51 +00:00
Jeremiah Russell
b1d3514946 👷 ci(circleci): use toolkit to update prlog
- change min_rust_version parameter to "1.88"
- comment out release-prlog job to disable it temporarily
- update workflow to use toolkit/make_release job with new parameters

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 08:51:12 +00:00
Jeremiah Russell
d0468c5c68 👷 ci(circleci): fix release tag format in CircleCI config
- modify release tag from 'cull-gmail-v${VERSION}' to 'v${VERSION}' for consistency with other tags

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-14 08:20:25 +00:00
Jeremiah Russell
be3407c9e9 🔧 chore(ci): add version argument to pcu command
- append VERSION environment variable to pcu command for consistent versioning in release process

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 22:10:32 +00:00
Jeremiah Russell
4d14eaa2e0 👷 ci(circleci): fix order of version command arguments
- change the order of version command arguments in release.yml to ensure correct execution

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 17:48:17 +00:00
Jeremiah Russell
24b92fefc5 👷 ci(circleci): enhance tag generation logic
- add condition to handle empty package parameters for tagging
- ensure consistent tag format whether package parameter is present or not

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 17:15:14 +00:00
Jeremiah Russell
7cbc797133 👷 ci(circleci): add kdeets installation step to release workflow
- install kdeets as part of release pipeline for enhanced functionality
- ensure kdeets is available before checking crates.io

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 15:00:40 +00:00
Jeremiah Russell
c62fed71b1 👷 ci(circleci): simplify nextsv version calculation
- remove package-specific flag to streamline version calculation process
- ensure consistent behavior across different release scenarios

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 09:21:06 +00:00
Jeremiah Russell
06782b22c8 👷 ci(circleci): update release workflow configuration
- add default value for package parameter
- remove package specification from release-crate job

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-13 09:11:36 +00:00
Jeremiah Russell
d5f4896faf 👷 ci(circleci): add release configuration for automated deployment
- create release.yml for CircleCI to automate Rust project releases
- include commands for version checks, binary packaging, and GitHub release

🔧 chore(dependencies): update toml dependencies in Cargo.lock

- adjust versions and dependencies for toml packages
- ensure compatibility with spec-1.1.0 across updated dependencies

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
2026-02-12 17:52:31 +00:00