Skip to content

Commit 7720229

Browse files
authored
Merge pull request #22 from IanSkelskey/dev
v0.3.1 - Security update
2 parents a4fa105 + a9ec9ed commit 7720229

9 files changed

Lines changed: 5031 additions & 5004 deletions

File tree

.github/workflows/format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- 'dev'
1010

11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
1115
jobs:
1216
prettier:
1317
runs-on: ubuntu-latest

.github/workflows/pre-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
paths:
88
- 'src/**'
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
prettier-check:
1215
runs-on: ubuntu-latest
@@ -28,6 +31,9 @@ jobs:
2831
test:
2932
runs-on: ubuntu-latest
3033
needs: prettier-check
34+
permissions:
35+
contents: read
36+
actions: write # For uploading artifacts
3137
steps:
3238
- name: Checkout code
3339
uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
paths:
88
- 'src/**'
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
publish:
1215
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,16 @@ This file is written automatically by the [version bump script](version-bump.ts)
153153
### Documentation
154154

155155
- Added instructions for testing Evergit as a global command.
156+
157+
## [0.3.1] - 2025-06-26
158+
159+
![Increment](https://img.shields.io/badge/patch-purple)
160+
161+
## Changelog Summary
162+
163+
- **GitHub Actions Workflow Enhancements**
164+
165+
- Updated workflows to include explicit permissions for improved security and clarity.
166+
167+
- **Commit Message Sanitizer Fix**
168+
- Escaped backslashes before double quotes to ensure correct processing of commit messages.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EverGit
22

3-
![Version](https://img.shields.io/badge/version-0.3.0-blue)
3+
![Version](https://img.shields.io/badge/version-0.3.1-blue)
44

55
![TypeScript](https://img.shields.io/badge/typescript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
66
![OpenAI](https://img.shields.io/badge/OpenAI-00A79D?style=for-the-badge&logo=openai&logoColor=white)

0 commit comments

Comments
 (0)