Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
databasedav committed Jan 6, 2025
1 parent d044508 commit a35d042
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ env:
RUSTFLAGS: --deny warnings
jobs:
release:
if: ${{ github.event.pull_request.merged == true }}
name: release
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -33,11 +32,6 @@ jobs:
command: release
name: release
on:
pull_request:
push:
branches:
- '[0-9]+.[0-9]+'
types:
- closed
permissions:
contents: write
pull-requests: write
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## unreleased

# 0.2.2 (2025-01-05)

### added

- wasm support
Expand Down
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[workspace]
members = ["MoonZoon/crates/*"]
resolver = "2"

[package]
name = "haalka"
version = "0.2.2"
Expand Down
9 changes: 1 addition & 8 deletions nickel/release.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ let RELEASE_PLZ_ACTION_VERSION = "0.5" in
{
name = "release",

permissions = {
pull-requests = "write",
contents = "write"
},

on = {
pull_request = {
types = ["closed"],
push = {
branches = ["[0-9]+.[0-9]+"],
}
},
Expand All @@ -21,7 +15,6 @@ let RELEASE_PLZ_ACTION_VERSION = "0.5" in
jobs =
{
release = {
"if" = "${{ github.event.pull_request.merged == true }}",
steps = [
checkout,
rust_toolchain,
Expand Down
2 changes: 0 additions & 2 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
changelog_update = false
git_release_type = "auto"
git_release_draft = true
release_always = false
pr_branch_prefix = "release/"

[[package]]
name = "haalka"
Expand Down

0 comments on commit a35d042

Please sign in to comment.