Skip to content

Commit

Permalink
Update release creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 21, 2022
1 parent acbabc2 commit 80cbe75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# CHANGELOG

## Version 1.0.4 (Nov 20, 2022)
## Version 1.0.3 release 2 (Nov 20, 2022)

* Add tr border bottom for table-view-table
* Add recommended plugins
* Add Github Pages theme
* Update installation instructions

## Version 1.0.3 (Nov 8, 2022)
## Version 1.0.3 release 1 (Nov 8, 2022)

* Accepted in Obsidian theme store
* Add release notes
Expand Down
4 changes: 2 additions & 2 deletions scripts/mkrelease.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

VERSION="1.0.3"
RELEASE=1
RELEASE=2

usage() {
printf "\nUsage: mkrelease [-c] [-d] [-p] [-u]"
Expand Down Expand Up @@ -34,7 +34,7 @@ while getopts "cdpu" flag; do
done
shift $(( OPTIND - 1 ))

ANNO="Obsidian Doctorfree Version ${VERSION} Release ${RELEASE}"
ANNO="Obsidian Doctorfree Theme, version ${VERSION} release ${RELEASE}"

gh release create v${VERSION}r${RELEASE} ${DRAFT} \
--title "${ANNO}" \
Expand Down

0 comments on commit 80cbe75

Please sign in to comment.