mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-09-11 06:36:28 +02:00
* 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.
This commit is contained in:
9
.releaserc.yml
Normal file
9
.releaserc.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
plugins:
|
||||
- "@semantic-release/commit-analyzer"
|
||||
- "@semantic-release/release-notes-generator"
|
||||
# - "@semantic-release/changelog"
|
||||
- "@semantic-release/git"
|
||||
- "@semantic-release/github"
|
||||
|
||||
branches:
|
||||
- main
|
Reference in New Issue
Block a user