Skip to content

Commit c145f36

Browse files
Krakabekdanil.radkovskyi
andauthored
fix CI error that happens on each version bump (#100)
<!-- If this pull request closes an issue, please mention the issue number below --> ## 💸 TL;DR <!-- What's the three sentence summary of purpose of the PR --> Every time we create a release PR, first CI pass fails (example: #99) It's because yarn.lock needs to be updated This PR adds a `yarn` step to the version bump script ## 📜 Details [Design Doc](<!-- insert Google Doc link here if applicable -->) [Jira](<!-- insert Jira link if applicable -->) <!-- Add additional details required for the PR: breaking changes, screenshots, external dependency changes --> ## 🧪 Testing Steps / Validation <!-- add details on how this PR has been tested, include reproductions and screenshots where applicable --> ## ✅ Checks <!-- Make sure your pr passes the CI checks and do check the following fields as needed - --> - [ ] CI tests (if present) are passing - [ ] Adheres to code style for repo - [ ] Contributor License Agreement (CLA) completed if not a Reddit employee Co-authored-by: danil.radkovskyi <danil.radkovskyi@reddit.com>
1 parent 33c1bfb commit c145f36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/commit-docs-bump.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -xeuo pipefail
33

44
git checkout -b docs-release-$1
5+
yarn
56
git add .
67
git commit -m "v$1 release"
78
git push --set-upstream origin docs-release-$1

0 commit comments

Comments
 (0)