Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
PocketMiner82 committed Apr 2, 2024
2 parents 1860365 + 5a6a252 commit df0d280
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 7 deletions.
33 changes: 28 additions & 5 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
},
"releaseRules": [
{
"type": "build",
Expand All @@ -19,6 +27,20 @@
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "angular",
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
}
}
],
"@semantic-release/changelog",
[
"semantic-release-replace-plugin",
{
Expand All @@ -42,11 +64,12 @@
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/exec", {
"publishCmd": ".\\build.cmd"
}],
[
"@semantic-release/exec",
{
"publishCmd": ".\\build.cmd"
}
],
[
"@semantic-release/git",
{
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.2.4](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.3...1.2.4) (2024-04-02)

## [1.2.4-dev.5](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.4-dev.4...1.2.4-dev.5) (2024-04-02)

## [1.2.4-dev.4](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.4-dev.3...1.2.4-dev.4) (2024-04-02)

## [1.2.4-dev.3](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.4-dev.2...1.2.4-dev.3) (2024-04-02)

## [1.2.4-dev.2](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.4-dev.1...1.2.4-dev.2) (2024-04-02)

## [1.2.4-dev.1](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.3...1.2.4-dev.1) (2024-04-02)
3 changes: 1 addition & 2 deletions create_release_zip.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@echo off
del "pseudocode-ide.zip"
7z a pseudocode-ide.zip .\bin\Release\*
pause
7z a pseudocode-ide.zip .\bin\Release\*

0 comments on commit df0d280

Please sign in to comment.