-
Notifications
You must be signed in to change notification settings - Fork 0
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 #13 from comboomPunkTsucht/dev
.
- Loading branch information
Showing
3 changed files
with
24 additions
and
4 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 |
---|---|---|
|
@@ -23,22 +23,42 @@ jobs: | |
- name: Debug Version | ||
run: echo "Version is ${{ env.version }}" | ||
|
||
- name: Extract Date | ||
id: extract_date | ||
run: | | ||
date=$(date +'%Y-%m-%d') | ||
echo "date=$date" >> $GITHUB_ENV | ||
- name: Debug Date | ||
run: echo "Date is ${{ env.date }}" | ||
|
||
- name: Create Changelog File | ||
id: create-changelog | ||
uses: 1arp/[email protected] | ||
with: | ||
file: changelog.md | ||
isAbsolutePath: false | ||
content: | | ||
# Genp v${{ env.version }} | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](https://semver.org). | ||
<!-- | ||
Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering. | ||
--> | ||
## [Unreleased] | ||
## [v${{ env.version }}] - ${{ env.date }} | ||
Hey there, folks! It's time to unleash the power of Genp v${{ env.version }} - the ultimate CLI tool for generating secure passwords and PINs that'll keep your data safer than a bank vault. | ||
With this release, we've added some extra spice to make things even more fun. Who needs boring old passwords when you can have funky fresh ones straight from the Genp factory? | ||
So, what are you waiting for? Grab your copy and start generating passwords that'll make your friends go "Whoa, how'd you come up with that?" 🎉 | ||
- name: Check if Changelog Exists | ||
run: cat changelog.md | ||
|
||
- name: create-release | ||
- name: Create GitHub Release | ||
id: create-release | ||
uses: taiki-e/create-gh-release-action@v1 | ||
with: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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