Skip to content

Commit

Permalink
Coerce StarshipExpansionProject versioning into consistency (#10319)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan authored Dec 6, 2024
1 parent f803630 commit 7fc2a69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NetKAN/StarshipExpansionProject.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
identifier: StarshipExpansionProject

Check warning on line 1 in NetKAN/StarshipExpansionProject.netkan

View workflow job for this annotation

GitHub Actions / Inflate

70035 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - Unbounded future compatibility for module with a plugin, consider setting $vref or ksp_version or ksp_version_max
$kref: '#/ckan/github/Kari1407/Starship-Expansion-Project'
abstract: Starship vehicle by SpaceX
x_netkan_version_edit:
find: ^v(?<first>[^.])
replace: v.${first}
strict: false
---
identifier: StarshipExpansionProject
name: Starship Expansion Project
Expand Down
4 changes: 4 additions & 0 deletions NetKAN/StarshipExpansionProjectIVA.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
identifier: StarshipExpansionProjectIVA
$kref: '#/ckan/github/Kari1407/Starship-Expansion-Project'
x_netkan_version_edit:
find: ^v(?<first>[^.])
replace: v.${first}
strict: false
---
identifier: StarshipExpansionProjectIVA
name: Starship Expansion Project IVA
Expand Down

0 comments on commit 7fc2a69

Please sign in to comment.