Skip to content

Commit

Permalink
update workflow and action
Browse files Browse the repository at this point in the history
  • Loading branch information
grayswandyr committed Dec 4, 2020
1 parent 95e6ffb commit 9cfb1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Electrod
on: push
branches:
- develop
jobs:
run:
name: Tests
Expand Down
2 changes: 1 addition & 1 deletion util/release-workflow.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# semantic versioning (VVV herebelow), without 'v'

git flow feature start VVV
git flow release start VVV

# IMMEDIATELY prepare changelog
echo "### VVV ($(date -Idate))" | cat - CHANGES.md > temp && mv temp CHANGES.md && $EDITOR CHANGES.md &
Expand Down

0 comments on commit 9cfb1e9

Please sign in to comment.