Skip to content

Commit

Permalink
fix: update automated RC release (#496)
Browse files Browse the repository at this point in the history
* fix: update automated RC release

* fix
  • Loading branch information
pbr0ck3r authored May 2, 2024
1 parent 435c747 commit 50ed31e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,6 @@ workflows:
filters:
branches:
ignore: *release_branches
# stable release for release branch
- shared/release:
context: *contexts
dryrun: false
filters:
branches:
only: release
- shared/test:
<<: *test
## <<Stencil::Block(circleSharedTestExtra)>>
Expand Down
19 changes: 1 addition & 18 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,10 @@ plugins:
release: patch
- type: perf
release: patch
# Block major version upgrades due to us not supporting them that well. This can
# be disabled by setting releaseOptions.allowMajorVersions, but be warned this
# is not well supported for services.
- - "@semantic-release/exec"
# We use generateNotesCmd instead of verifyConditionsCmd because it has access
# to last/nextRelease due to when the step runs.
- generateNotesCmd: |-
./scripts/shell-wrapper.sh major-release-checker.js ${lastRelease.version} ${nextRelease.version}
# 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"
# Create the Github Release
- - "@semantic-release/github"
- assets:
- "dist/*.tar.gz"
- "dist/checksums.txt"
- "@semantic-release/github"

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

Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arguments:
description: Stencil Module for Golang Applications
plugin: true
releaseOptions:
force: true
allowMajorVersions: true
enablePrereleases: true
prereleasesBranch: main
autoPrereleases: true
Expand Down
2 changes: 1 addition & 1 deletion stencil.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ modules:
version: v0.15.2
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.13.0-rc.1
version: v1.13.0-rc.2
- name: github.com/getoutreach/stencil-golang
url: file://./
version: local
Expand Down

0 comments on commit 50ed31e

Please sign in to comment.