Skip to content

Commit 439d2ec

Browse files
committed
Release 7.4.0
1 parent d2b8cc0 commit 439d2ec

File tree

6 files changed

+1401
-4
lines changed

6 files changed

+1401
-4
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/release.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3+
4+
changelog:
5+
exclude:
6+
labels:
7+
- duplicate
8+
- invalid
9+
- modulesync
10+
- question
11+
- skip-changelog
12+
- wont-fix
13+
- wontfix
14+
15+
categories:
16+
- title: Breaking Changes 🛠
17+
labels:
18+
- backwards-incompatible
19+
20+
- title: New Features 🎉
21+
labels:
22+
- enhancement
23+
24+
- title: Bug Fixes 🐛
25+
labels:
26+
- bug
27+
28+
- title: Documentation Updates 📚
29+
labels:
30+
- documentation
31+
- docs
32+
33+
- title: Dependency Updates ⬆️
34+
labels:
35+
- dependencies
36+
37+
- title: Other Changes
38+
labels:
39+
- "*"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
shell: bash
3737
env:
3838
GH_TOKEN: ${{ github.token }}
39-
run: gh release create ${{ github.ref_name }} --generate-notes
39+
run: gh release create --repo ${{ github.repository }} ${{ github.ref_name }} --generate-notes

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
## Unreleased
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [7.4.0](https://github.com/OpenVoxProject/clj-parent/tree/7.4.0) (2025-08-05)
6+
7+
[Full Changelog](https://github.com/OpenVoxProject/clj-parent/compare/7.3.38...7.4.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Update dependency clj-commons:fs to v1.6.311 [\#12](https://github.com/OpenVoxProject/clj-parent/pull/12) ([renovate[bot]](https://github.com/apps/renovate))
12+
- Update dependency bidi:bidi to v2.1.6 [\#11](https://github.com/OpenVoxProject/clj-parent/pull/11) ([renovate[bot]](https://github.com/apps/renovate))
13+
14+
**Fixed bugs:**
15+
16+
- Remove unused puppetlabs/host-action-collector-client [\#19](https://github.com/OpenVoxProject/clj-parent/pull/19) ([bastelfreak](https://github.com/bastelfreak))
17+
18+
**Merged pull requests:**
19+
20+
- Add proper check to verify if all jobs passed [\#14](https://github.com/OpenVoxProject/clj-parent/pull/14) ([bastelfreak](https://github.com/bastelfreak))
21+
- Configure Renovate [\#10](https://github.com/OpenVoxProject/clj-parent/pull/10) ([renovate[bot]](https://github.com/apps/renovate))
222

323
## [7.3.38]
424

@@ -1336,3 +1356,6 @@ Adds the following new dependencies:
13361356

13371357
## [0.1.0] - 2016-09-29
13381358
- initial release
1359+
1360+
1361+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)