Skip to content

Commit f1d4bd4

Browse files
Resolve conflicts
Removed several steps related to path dependencies and Zepter checks from the release workflow.
1 parent fc942b8 commit f1d4bd4

File tree

1 file changed

+0
-78
lines changed

1 file changed

+0
-78
lines changed

.github/workflows/release-60_post-crates-release-activities.yml

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -178,84 +178,6 @@ jobs:
178178
179179
reorder_prdocs "$VERSION"
180180
181-
<<<<<<< HEAD
182-
- name: Replace path dependencies
183-
run: |
184-
echo "Running replace-all-path-deps.sh..."
185-
bash scripts/release/replace-all-path-deps.sh
186-
187-
# Show git diff to see what changed
188-
git diff --stat
189-
190-
- name: Remove versions where path deps are present
191-
run: |
192-
echo "Running delete-versions-if-path-is-present.sh..."
193-
bash scripts/release/delete-versions-if-path-is-present.sh
194-
195-
# Show git diff to see what changed
196-
git diff --stat
197-
198-
- name: Remove version from umbrella/Cargo.toml
199-
run: |
200-
echo "Running delete-version-from-umbrella.sh..."
201-
bash scripts/release/delete-version-from-umbrella.sh
202-
203-
# Show git diff to see what changed
204-
git diff --stat
205-
206-
- name: Run Zepter - check issues
207-
run: |
208-
echo "Running zepter run check to identify issues..."
209-
zepter run check || echo "Zepter found issues that need to be fixed"
210-
211-
- name: Run Zepter - fix issues
212-
run: |
213-
echo "Running zepter to fix issues..."
214-
zepter || echo "Zepter fix completed"
215-
# Show git diff to see what changed
216-
git diff --stat
217-
218-
- name: Run Zepter - verify fixes
219-
run: |
220-
echo "Running zepter run check again to verify fixes..."
221-
zepter run check || echo "There are still issues to fix manually"
222-
223-
- name: Run taplo - check formatting
224-
run: |
225-
echo "Running taplo format check..."
226-
taplo format --check --config .config/taplo.toml || echo "Taplo found formatting issues"
227-
228-
- name: Run taplo - format
229-
run: |
230-
echo "Running taplo format..."
231-
taplo format --config .config/taplo.toml
232-
# Show git diff to see what changed
233-
git diff --stat
234-
235-
- name: Run taplo - verify formatting
236-
run: |
237-
echo "Running taplo format check again..."
238-
taplo format --check --config .config/taplo.toml || echo "There are still formatting issues"
239-
240-
- name: Install Python dependencies
241-
run: |
242-
echo "Installing Python dependencies..."
243-
pip3 install toml "cargo-workspace>=1.2.6"
244-
245-
- name: Run workspace check
246-
run: |
247-
echo "Running workspace check..."
248-
python3 .github/scripts/check-workspace.py . --exclude \
249-
"substrate/frame/contracts/fixtures/build" \
250-
"substrate/frame/contracts/fixtures/contracts/common"
251-
252-
- name: Deny git dependencies
253-
run: |
254-
echo "Checking for git dependencies..."
255-
python3 .github/scripts/deny-git-deps.py .
256-
257-
=======
258-
>>>>>>> 387a7e21 ([Release|CI/CD] Add `parity-publish restore` step to simplify post crates release activity (#11652))
259181
- name: Check git status before commit
260182
run: |
261183
echo "=== Git status ==="

0 commit comments

Comments
 (0)