Skip to content

Commit 00e0693

Browse files
authored
[Docs] update branch version to 1.3 (#1333)
`branch` in the package.json is used for pointing links to the right site. For example: `https://opensearch.org/docs/1.3/dashboards/index/`. NOTE: At the time this commit was made the doc site for `1.3`, is not available. There is an existing issue here: opensearch-project/documentation-website#296 We can point this to `latest` but the problem with that is that we don't re-release versions. When the next major or minor release occurs then `latest` will point to that version and now all OpenSearch Dashboards 1.3 downloads will point to the newest version. So to avoid that, I suggest we point this to `1.3` and I got confirmation that it will be `1.3`. Issue resolved: n/a Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
1 parent 8a9fb0d commit 00e0693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"private": true,
1414
"version": "1.3.0",
15-
"branch": "1.2",
15+
"branch": "1.3",
1616
"types": "./opensearch_dashboards.d.ts",
1717
"tsdocMetadata": "./build/tsdoc-metadata.json",
1818
"build": {

0 commit comments

Comments
 (0)