1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-06-08 01:54:20 +02:00

3 Commits

Author SHA1 Message Date
Simon Priet
dbeb8fd56e
fix(#215): Fix tabs in yml config for semantic release (#217)
* ci(#215): Fix auto-release not triggered

The Workflow file was using an invalid keyword "merged". The right keywork to use is "closed".

* ci(#215): Fix tabs in yml config for semantic release

The `.releaserc.yml` file was containing tabs and Semantic Release was unhappy about it.
2025-03-13 16:27:04 +01:00
Simon Priet
145e40d970
ci(#215): Fix auto-release not triggered (#216)
The Workflow file was using an invalid keyword `merged`. The right keyword to use is `closed`.
2025-03-13 16:00:02 +01:00
Simon Priet
8a46e61f75
ci(#202): Add Auto Release GHA and Enforce Conventional Commit GHA (#213)
* ci(#202): 👷 Start working on CI

Add Semantic Release for automating Releasing versions

* ci(#202): 👷 Add Conventional Commit Validation

* ci(#202): Change dependency from 1 to v1

* ci(#202): Change dependency wording

* ci(#202): Change dependency version to 1.4.1

* ci: Change naming

* ci(#202): Update CI to use FG-PAT

Set the semantic-release to ignore for CC "^ci" message,
Set a fine-grained personal access token for my account to let the bot work on my behalf on my repository,
Add permissions to the bot to write on pull-requests, issues, and commit content on main.
2025-03-06 12:14:04 +01:00