Skip to content

Commit 426f242

Browse files
authored
Merge pull request #8 from PepperDash/4-series-updates
4 series updates
2 parents 59cea38 + 51f9bd8 commit 426f242

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.releaserc.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"plugins": [
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"releaseRules": [
7+
{ "scope": "force-patch", "release": "patch" },
8+
{ "scope": "no-release", "release": false }
9+
]
10+
}
11+
],
12+
"@semantic-release/release-notes-generator",
13+
["@semantic-release/changelog",
14+
{
15+
"changelogFile": "CHANGELOG.md"
16+
}
17+
],
18+
[
19+
"@semantic-release/exec",
20+
{
21+
"verifyReleaseCmd": "echo \"newVersion=true\" >> $GITHUB_OUTPUT",
22+
"publishCmd": "echo \"version=${nextRelease.version}\" >> $GITHUB_OUTPUT && echo \"tag=${nextRelease.gitTag}\" >> $GITHUB_OUTPUT && echo \"type=${nextRelease.type}\" >> $GITHUB_OUTPUT && echo \"channel=${nextRelease.channel}\" >> $GITHUB_OUTPUT"
23+
}
24+
]
25+
],
26+
"branches": [
27+
"main",
28+
{"name": "release", "prerelease": "rc", "channel": "rc"},
29+
{
30+
"name": "replace-me-feature-branch",
31+
"prerelease": "replace-me-prerelease",
32+
"channel": "replace-me-prerelease"
33+
}
34+
]
35+
}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Internal Essentials Plugin Template (c) 2022
2-
32
## License
43
Provided under MIT license
54

src/epi-utilities-customvalues.4Series.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<InformationalVersion>$(Version)</InformationalVersion>
1616
<OutputPath>bin\$(Configuration)\</OutputPath>
1717
<Authors>PepperDash Technologies</Authors>
18-
<PackageId>Pepperdash.Essentials.Plugins.CustomValues</PackageId>
18+
<PackageId>PepperDash.Essentials.Plugins.Utilities.CustomValues</PackageId>
1919
<PackageProjectUrl>https://github.com/PepperDash/epi-utilities-customvalues.git</PackageProjectUrl>
2020
<PackageTags>crestron 4series essentials plugin device monitor</PackageTags>
2121
</PropertyGroup>

0 commit comments

Comments
 (0)