Skip to content

Commit

Permalink
Merge pull request #13 from comboomPunkTsucht/dev
Browse files Browse the repository at this point in the history
.
  • Loading branch information
mcpeapsUnterstrichHD authored Sep 4, 2024
2 parents 6f31cb0 + 8dbca82 commit 6079161
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 22 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genp"
version = "1.0.12"
version = "1.0.13"
description = "A simple Generator for PINs and Passwords"
authors = ["comboom.sucht","mcpeaps_HD"]
edition = "2021"
Expand Down

0 comments on commit 6079161

Please sign in to comment.