-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from ortus-boxlang/development
v1.0.2
- Loading branch information
Showing
5 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
|
||
env: | ||
# The installer version | ||
VERSION: 1.0.1 | ||
VERSION: 1.0.2 | ||
|
||
jobs: | ||
publish: | ||
|
@@ -17,6 +17,7 @@ jobs: | |
# add write permissions | ||
permissions: | ||
contents: write | ||
checks: write | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
@@ -27,6 +28,11 @@ jobs: | |
changelogPath: ./changelog.md | ||
tag: v${{ env.VERSION }} | ||
|
||
- name: Fix Markdown on Changelog | ||
run: | | ||
npm install -g markdownlint-cli | ||
markdownlint changelog.md --fix | ||
- name: Commit Changelog [unreleased] with latest version | ||
uses: EndBug/[email protected] | ||
with: | ||
|
@@ -94,6 +100,7 @@ jobs: | |
# add write permissions | ||
permissions: | ||
contents: write | ||
checks: write | ||
steps: | ||
- name: Checkout Development Repository | ||
uses: actions/checkout@v4 | ||
|
@@ -107,9 +114,9 @@ jobs: | |
|
||
- name: Copy Changelog | ||
run: | | ||
cp .tmp/changelog.md changelog.md | ||
cp -vf .tmp/changelog.md changelog.md | ||
- name: Commit Version Bump | ||
- name: Commit | ||
uses: EndBug/[email protected] | ||
with: | ||
author_name: Github Actions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
"no-duplicate-header" : { | ||
"siblings_only" : true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters