Skip to content

Commit 1e692e6

Browse files
committed
CHANGELOG update + fix release workflow
1 parent 5393618 commit 1e692e6

File tree

3 files changed

+39
-9
lines changed

3 files changed

+39
-9
lines changed

.github/workflows/git2mail.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: windows-latest
2525
extension: .exe
2626

27-
runs-on: ${{matrix.os}}
27+
runs-on: ${{ matrix.os }}
2828

2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -62,7 +62,7 @@ jobs:
6262
shell: bash
6363
run: |
6464
echo "using version tag ${GITHUB_REF:15}"
65-
echo ::set-output name=version::"${GITHUB_REF:15}"
65+
echo "version=${GITHUB_REF:15}" >> $GITHUB_OUTPUT
6666
- name: Checkout code
6767
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6868
- name: Get Changelog Entry
@@ -102,7 +102,7 @@ jobs:
102102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103103
with:
104104
upload_url: ${{ steps.create_release.outputs.upload_url }}
105-
asset_path: ./git2mail-linux/git2mail
105+
asset_path: ./git2mail-linux
106106
asset_content_type: application/octet-stream
107107
asset_name: git2mail-linux-static-${{ steps.get_version.outputs.VERSION }}
108108

@@ -112,7 +112,7 @@ jobs:
112112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113113
with:
114114
upload_url: ${{ steps.create_release.outputs.upload_url }}
115-
asset_path: ./git2mail-windows/git2mail.exe
115+
asset_path: ./git2mail-windows
116116
asset_content_type: application/octet-stream
117117
asset_name: git2mail-windows-${{ steps.get_version.outputs.VERSION }}
118118

@@ -122,6 +122,6 @@ jobs:
122122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123123
with:
124124
upload_url: ${{ steps.create_release.outputs.upload_url }}
125-
asset_path: ./git2mail-macos/git2mail
125+
asset_path: ./git2mail-macos
126126
asset_content_type: application/octet-stream
127127
asset_name: git2mail-macos-${{ steps.get_version.outputs.VERSION }}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.4] - 2025-01-03
9+
10+
### Added
11+
12+
- Add `Cargo.lock`
13+
- Pin all github actions
14+
15+
### Fixed
16+
17+
- Bump dependencies
18+
- Release github workflow
19+
20+
## [0.4.3] - 2024-06-13
21+
22+
### Added
23+
24+
- Added philosophy and some performances
25+
26+
### Fixed
27+
28+
- Bump dependencies
29+
30+
## [0.4.2] - 2023-05-29
31+
32+
### Fixed
33+
34+
- Size optimization for release mode
35+
- Bump dependencies
36+
837
## [0.4.1] - 2023-03-10
938

1039
### Fixed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)