Skip to content

Commit

Permalink
fix(release): build binaries on release (#498)
Browse files Browse the repository at this point in the history
* fix(release): build binaries on release

* re-stencil

* re-stencil
  • Loading branch information
pbr0ck3r committed May 7, 2024
1 parent bfc9143 commit 8c6fa94
Show file tree
Hide file tree
Showing 5 changed files with 1,231 additions and 1,698 deletions.
11 changes: 10 additions & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,19 @@ plugins:
release: patch
- type: perf
release: patch
# Build the binaries
- - "@semantic-release/exec"
# We use generateNotesCmd instead of a different step because it has access
# to last/nextRelease due to when the step runs.
- generateNotesCmd: "make release APP_VERSION=${nextRelease.version}"

# This creates fancy release notes in our Github release
- "@semantic-release/release-notes-generator"
- "@semantic-release/github"
# Create the Github Release
- - "@semantic-release/github"
- assets:
- "dist/*.tar.gz"
- "dist/checksums.txt"

## <<Stencil::Block(customReleasePlugins)>>

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"license": "UNLICENSED",
"devDependencies": {
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.3",
"conventional-changelog-conventionalcommits": "^6.0.0",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"prettier": "^2.8.8",
"semantic-release": "^21.0.5",
"semver": "^7.5.2"
"semantic-release": "^23.0.8",
"semver": "^7.6.0"
}
}
1 change: 1 addition & 0 deletions service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ arguments:
plugin: true
releaseOptions:
allowMajorVersions: true
force: true
enablePrereleases: true
prereleasesBranch: main
autoPrereleases: true
Expand Down
4 changes: 2 additions & 2 deletions stencil.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ modules:
version: v2.27.0-rc.2
- name: github.com/getoutreach/stencil-base
url: https://github.com/getoutreach/stencil-base
version: v0.15.2
version: v0.16.0-rc.1
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.13.0-rc.2
version: v1.13.0-rc.3
- name: github.com/getoutreach/stencil-golang
url: file://./
version: local
Expand Down
Loading

0 comments on commit 8c6fa94

Please sign in to comment.