Skip to content

Commit fdb42be

Browse files
committed
chore: remove trailing whitespace
- Updated release workflow files. - Improved changelog formatting. - Updated version number in `index.js`. - Updated package.json. - Minor text fixes.
1 parent 79a20d5 commit fdb42be

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
permissions:
9-
contents: write # required for pushing + uploading release assets
9+
contents: write # required for pushing + uploading release assets
1010

1111
jobs:
1212
release:

.github/workflows/tag-after-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: env.release_type != 'patch'
7979
run: |
8080
awk "/^## v${{ env.version }}[[:space:]]/{flag=1; next} /^## /{flag=0} flag" CHANGELOG.md > RELEASE_NOTES.md
81-
81+
8282
if [ "${{ env.release_type }}" = "major" ]; then
8383
echo "## 🚀 Major Release" > FINAL_NOTES.md
8484
elif [ "${{ env.release_type }}" = "minor" ]; then

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ All notable changes for each version of the Ambient Music extension.
66

77
## v0.10.2 2025-08-27
88

9-
109
### Changed
1110

1211
- restructure service initialization

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* universal-version-bump v0.10.1
2+
* universal-version-bump v0.10.3
33
* Universal Version Bump
44
*
55
* Description: A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)
66
* Author: Taj <[email protected]>
77
* Homepage: https://github.com/taj54/universal-version-bump#readme
88
* License: MIT
9-
* Generated on Wed, 27 Aug 2025 10:24:47 GMT
9+
* Generated on Fri, 29 Aug 2025 17:28:44 GMT
1010
*/
1111
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
1212
/******/ var __webpack_modules__ = ({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
"vitest": "^3.2.4",
5454
"yaml": "^2.8.1"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)