Skip to content

Commit

Permalink
New version 1.5.0 (#11)
Browse files Browse the repository at this point in the history
* feat: new 1.3.0 version

* fix: version
  • Loading branch information
Xelzs committed May 3, 2021
1 parent e60733d commit d6bdf0c
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 377 deletions.
22 changes: 4 additions & 18 deletions .drone.yml
Expand Up @@ -3,7 +3,7 @@ name: neu-axentix new release

steps:
- name: install
image: node:12-alpine
image: node:14-alpine
commands:
- apk add python make g++
- npm install
Expand All @@ -12,15 +12,15 @@ steps:
- tag

- name: build
image: node:12-alpine
image: node:14-alpine
commands:
- npm run build
when:
event:
- tag

- name: make zip folder
image: node:12-alpine
image: node:14-alpine
commands:
- apk add zip
- cp -R ./dist ./neu-axentix-v${DRONE_TAG}
Expand Down Expand Up @@ -52,18 +52,4 @@ steps:
from_secret: publish_email
when:
event:
- tag

# - name: send
# image: plugins/webhook
# settings:
# urls: https://neu.useaxentix.com/api/hook
# headers:
# from_secret: hook_headers
# template: |
# {
# "version": "{{ build.tag }}"
# }
# when:
# event:
# - tag
- tag
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# 1.5.0 - 2021-05-03

- ADDED
- REMOVED
- IMPROVED
- Update Axentix to 1.2.1 - https://github.com/axentix/axentix/releases/tag/1.2.1
- Update dependencies
- BUGFIXES

# 1.4.0 - 2021-02-03

- ADDED
Expand Down

0 comments on commit d6bdf0c

Please sign in to comment.