Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Fix up for release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkadius committed Jul 2, 2019
1 parent ddb4253 commit 8b203e1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ steps:
- sudo -E deploy/scripts/build-in-container.sh
- ./node_modules/.bin/gh-release --assets=eqemu-admin-linux,eqemu-admin-win.exe -y
when:
branch: ["master"]
branch: ["release"]
event: [push]
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2019-07-02
### Added
* Another test via CI

## [1.0.2] - 2019-07-02
### Added
* Another test

## [1.0.1] - 2019-07-02
### Added
* Added build

## [1.0.0] - 2019-07-02
### Added
* Initial release
4 changes: 0 additions & 4 deletions deploy/scripts/build-in-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
cwd=$(pwd)
echo "cwd is $cwd"

env

echo $GH_RELEASE_GITHUB_API_TOKEN

###################################
# install backend npm modules
###################################
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eqemu-admin",
"version": "1.0.3",
"version": "1.0.0",
"private": true,
"bin": "./app/bin/admin",
"scripts": {
Expand Down

0 comments on commit 8b203e1

Please sign in to comment.