Skip to content

Commit

Permalink
fix: add CI info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aquint-zama committed Jan 31, 2023
1 parent f65dacb commit e48f135
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test Semantic Release

This is a test project to automate the release process locally or in CI
This is a test project to automate the release process locally or in CI.


## Install
Expand All @@ -23,6 +23,10 @@ do some commits (feat|fix|chore...)
npx semantic-release -b main --no-ci
```

## CI test

Launch a manual workflow `Release` and choose the target branch.

## Customize

You could customize the .releaserc or publish.sh script to whatever you want.

0 comments on commit e48f135

Please sign in to comment.