Skip to content

Commit

Permalink
Tag switch for semantic version friendly release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Mar 15, 2021
1 parent e51b233 commit ea4fcd0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Erlang CI

on:
push:
branches: [ develop-3.0 ]
pull_request:
branches: [ develop-3.0 ]

jobs:

build:

runs-on: ubuntu-latest

container:
image: erlang:22.3.3

steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
- name: Run tests
run: rebar3 do xref, dialyzer, eunit
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]}.

{deps, [
{riak_pb, {git, "https://github.com/basho/riak_pb", {tag, "riak_kv-3.0.2"}}}
{riak_pb, {git, "https://github.com/basho/riak_pb", {tag, "3.0.4"}}}
]}.

{edoc_opts, [
Expand Down

0 comments on commit ea4fcd0

Please sign in to comment.