Skip to content

Commit

Permalink
docs: remove accidental double quote from readme
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Rodriguez <[email protected]>
  • Loading branch information
lucasrod16 committed Dec 18, 2024
1 parent c7a143d commit 4e175a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you have an idea for a new feature or find a bug that needs to be fixed, feel
To create a new release and deploy updates to the site, run the release script from the `main` branch:

```shell
./scripts/release.sh <semantic version> (e.g., v1.0.0)"
./scripts/release.sh <semantic version> (e.g., v1.0.0)
```

The release script will create and push a new tag, which will trigger the [deployment pipeline](https://github.com/lucasrod16/oss-contribute/blob/main/.github/workflows/deploy.yml) to deploy changes to the live environment and create a new GitHub release.

0 comments on commit 4e175a9

Please sign in to comment.