Skip to content

Commit

Permalink
chore: Update CONTRIBUTING docs
Browse files Browse the repository at this point in the history
* Tweak github ci sed command to update version in README.md
  • Loading branch information
oliverswitzer committed Dec 2, 2024
1 parent 7698d59 commit afb4a79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Update version in mix.exs
sed -i 's/version: ".*"/version: "'${RELEASE_VERSION#v}'"/g' mix.exs
sed -i 's/\{:shortcut_api_ex, "*"/\{:shortcut_api_ex, "'${RELEASE_VERSION#v}'"/g' README.md
sed -i 's/\{:shortcut_api_ex, ".*"\}/\{:shortcut_api_ex, "'"${RELEASE_VERSION#v}"'"\}/g' README.md
git add mix.exs
git commit -m "chore: Bump version to ${RELEASE_VERSION}"
git push origin $BRANCH_NAME
Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Contributing

## Use of aider for assistance

We use aider to help facilitate making new modules here. It uses conventional commits, which our auto semantic versioning in CI pairs with nicely.

## Publishing a new commit

Expand Down

0 comments on commit afb4a79

Please sign in to comment.