Skip to content

Commit 6366403

Browse files
authored
Merge branch 'main' into codex/fix-release-please-labeling
2 parents 277404e + db0509e commit 6366403

5 files changed

Lines changed: 18 additions & 31 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.1.2"
33
}

.github/workflows/conventional-pr.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

AGENTS.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ addition to the global baseline instructions.
2424
## Commits And Releases
2525

2626
- Use Conventional Commits for commit subjects.
27-
- Keep pull request titles conventional as well; the release flow depends on
28-
it.
2927
- Before touching release behavior or release automation, read
3028
[docs/releasing.md](docs/releasing.md).
3129

@@ -34,4 +32,3 @@ addition to the global baseline instructions.
3432
- Do not commit local build outputs such as the root `stack` binary.
3533
- If a generated or built artifact appears repeatedly during normal work, add it
3634
to `.gitignore` in the same change that introduces the behavior.
37-

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/hack-dance/stack/compare/v0.1.1...v0.1.2) (2026-03-25)
4+
5+
6+
### Bug Fixes
7+
8+
* parse userless scp remote aliases ([e75c389](https://github.com/hack-dance/stack/commit/e75c3896ed6de3b3a078d5be65e2c40f18e7a957))
9+
* push release tags with configured token ([71fc029](https://github.com/hack-dance/stack/commit/71fc02944baff130e2c2832ed221e9f83587e978))
10+
* resolve repo from remote during init ([38914b6](https://github.com/hack-dance/stack/commit/38914b69d5e7d2c9c9bbf0fc121a4b9abd8aa448))
11+
* resolve repo from remote during init ([ffc793d](https://github.com/hack-dance/stack/commit/ffc793d0efe4cb867fec02606ef453af99a1d2ed))
12+
* separate release tagging from release please ([37f9eb3](https://github.com/hack-dance/stack/commit/37f9eb3488fd4f02a1faf4545af64721e97e0aaf))
13+
314
## [0.1.1](https://github.com/hack-dance/stack/compare/stack-v0.1.0...stack-v0.1.1) (2026-03-25)
415

516

docs/releasing.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Releasing
22

3-
This repo uses conventional commits plus `release-please` and `goreleaser`.
3+
This repo uses conventional commits on `main` plus `release-please` and
4+
`goreleaser`.
45

56
## Release model
67

7-
- Pull request titles should follow Conventional Commits.
8-
- Release-bearing changes should land on `main` via squash or rebase merges so the final commit subject stays conventional.
8+
- Release-bearing changes should land on `main` with conventional commit
9+
subjects.
10+
- Prefer squash or rebase merges for release-bearing PRs so `main` keeps
11+
parseable release commits.
912
- `release-please` watches `main`, opens a release PR, updates `CHANGELOG.md`, and bumps the version manifest.
1013
- Merging the release PR triggers `tag-release`, which creates the Git tag from the merged release commit.
1114
- Tag pushes trigger `goreleaser`, which builds artifacts, creates the GitHub Release, and updates `hack-dance/homebrew-tap`.

0 commit comments

Comments
 (0)