Skip to content

Commit a1cb7e4

Browse files
authored
Merge release into main (#2589)
Merge release into main after finalizing version 5.0. Includes version bump, changelog update, and release-specific fixes that were applied on the release branch.
1 parent c8fb87a commit a1cb7e4

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/site.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"*.mbdf",
1515
"*.njk",
1616
".git/*",
17-
"diagrams/*",
18-
"CNAME"
17+
"diagrams/*"
1918
],
2019
"pages": [
2120
{
@@ -36,12 +35,14 @@
3635
],
3736
"pagesExclude": ["node_modules/*"],
3837
"deploy": {
39-
"message": "Site Update."
38+
"message": "Site Update.",
39+
"repo": "https://github.com/reposense/reposense.github.io.git",
40+
"branch": "master"
4041
},
4142
"plugins": ["filterTags"],
4243
"pluginsContext": {
4344
"filterTags" : {
44-
"tags": ["-production", "dev"]
45+
"tags": ["production", "-dev"]
4546
}
4647
}
4748
}

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reposense",
3-
"version": "1.0.0",
3+
"version": "5.0.0",
44
"description": "[![Build status](https://ci.appveyor.com/api/projects/status/gsbkj5qby3pjd6nw/branch/master?svg=true)](https://ci.appveyor.com/project/eugenepeh/reposense/branch/master)",
55
"author": "",
66
"scripts": {

0 commit comments

Comments
 (0)