FUCK THIS SHIT
This commit is contained in:
parent
deadd476a0
commit
24b6e43e2c
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ jobs:
|
|||
name: Publish Release
|
||||
command: |
|
||||
cd ~/Cider;
|
||||
VERS=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | sed 's/ //g');
|
||||
echo "Attempting to create release for Cider v${VERS} on the ${CIRCLE_BRANCH} branch.";
|
||||
APP_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | sed 's/ //g');
|
||||
echo "Attempting to create release for Cider v${APP_VERSION} on the ${CIRCLE_BRANCH} branch.";
|
||||
gh release create "v${APP_VERSION}" --title "Cider Version ${APP_VERSION} (${CIRCLE_BRANCH})" --notes "**Beta Release**
|
||||
A full changelog is unavailable, but you can view the branch comparison [here](https://github.com/ciderapp/cider/compare/stable...main).
|
||||
These builds are considered bleeding edge, expect bugs and please do not use this as a representation of the full app.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue