Skip to content

Commit f8c9b5a

Browse files
committed
fix: add marker for all examples and catch all in config
1 parent 2efc058 commit f8c9b5a

File tree

8 files changed

+27
-13
lines changed

8 files changed

+27
-13
lines changed

examples/custom-colorscale.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
9-
<!-- Set to latest version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
9+
<!-- x-release-please-start-version -->
10+
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
11+
<!-- x-release-please-end -->
12+
1113
<!-- Local development -->
1214
<!--<script src="../dist/index.js"></script>-->
1315
<style>

examples/precipitation.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
9-
<!-- Set to latest version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
9+
<!-- x-release-please-start-version -->
10+
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
11+
<!-- x-release-please-end -->
12+
1113
<!-- Local development -->
1214
<!--<script src="../dist/index.js"></script>-->
1315
<style>

examples/vector/contouring-pressure.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
9-
<!-- Set to latest version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
9+
<!-- x-release-please-start-version -->
10+
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
11+
<!-- x-release-please-end -->
12+
1113
<!-- Local development -->
1214
<!--<script src="../../dist/index.js"></script>-->
1315
<style>

examples/vector/grid-points.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
9-
<!-- Set to latest version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
9+
<!-- x-release-please-start-version -->
10+
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
11+
<!-- x-release-please-end -->
12+
1113
<!-- Local development -->
1214
<!--<script src="../../dist/index.js"></script>-->
1315
<style>

examples/vector/temperature-labels.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
9-
<!-- Set to latest version -->
9+
<!-- x-release-please-start-version -->
1010
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
11+
<!-- x-release-please-end -->
12+
1113
<!-- Local development -->
1214
<!--<script src="../../dist/index.js"></script>-->
1315
<style>

examples/vector/wind-arrows.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
9-
<!-- Set to latest version -->
9+
<!-- x-release-please-start-version -->
1010
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
11+
<!-- x-release-please-end -->
12+
1113
<!-- Local development -->
1214
<!--<script src="../../dist/index.js"></script>-->
1315
<style>

examples/wind.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
9-
<!-- Set to latest version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
9+
<!-- x-release-please-start-version -->
10+
<script src="https://unpkg.com/@openmeteo/[email protected]/dist/index.js"></script>
11+
<!-- x-release-please-end -->
12+
1113
<!-- Local development -->
1214
<!--<script src="../dist/index.js"></script>-->
1315
<style>

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"include-v-in-tag": true
1010
}
1111
},
12-
"extra-files": ["README.md", "examples/temperature.html"]
12+
"extra-files": ["README.md", "examples/*"]
1313
}

0 commit comments

Comments
 (0)