Skip to content

Commit

Permalink
Remove Schema Tracking (#430)
Browse files Browse the repository at this point in the history
* chore: deleted all schemas

* ci: removed schemas from git tracking

* fix: fixed schema tracking in gitignore

* docs: changelog

* ci: altered changelog restriction to only apply to development and main
  • Loading branch information
crnbarr93 authored Apr 24, 2024
1 parent 640aa2e commit 11e545d
Show file tree
Hide file tree
Showing 602 changed files with 8 additions and 85,249 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: "Changelog Updates"
name: "Documentation"
on:
pull_request:
# The specific activity types are listed here to include "labeled" and "unlabeled"
# (which are not included by default for the "pull_request" trigger).
# This is needed to allow skipping enforcement of the changelog in PRs with specific labels,
# as defined in the (optional) "skipLabels" property.
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches:
- development
- main

jobs:
# Enforces the update of a changelog file on every pull request
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ artifacts*
.vscode*
ci-scripts/localrelayer/template/
**/.idea/
.idea/
.idea/
**/schema/**/*.json
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

### Removed

- Schemas are no longer tracked [(#430)](https://github.com/andromedaprotocol/andromeda-core/pull/430)
Loading

0 comments on commit 11e545d

Please sign in to comment.