Skip to content

Commit

Permalink
[Release] Bumped the version to 1.1.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Sep 6, 2021
1 parent f81275c commit 88b0e78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tag-template: v$NEXT_MINOR_VERSION
tag-template: $NEXT_MINOR_VERSION
template: $CHANGES
10 changes: 1 addition & 9 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,10 @@ jobs:
- name: Configure the module version
run: var MOD_VERSION ${APP_REF}

# TODO: Remove after testing.
- name: debug1
run: echo ${MOD_VERSION}

- name: Build the module
run: make -C .github build package

# TODO: Remove after testing.
- name: debug2
run: ls -lisa

- name: Upload built module package
run: >
release-asset '${{ github.event.release.id }}'
"ejabberd-mam2sidekiq-${MOD_VERSION}.tar.gz"
".github/ejabberd-mam2sidekiq-${MOD_VERSION}.tar.gz"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## next
## 1.1.0

* Migrated from Travis CI to Github Actions (#11)

Expand Down
2 changes: 1 addition & 1 deletion include/mod_mam2sidekiq.hrl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-define(MODULE_VERSION, <<"1.0.1-478">>).
-define(MODULE_VERSION, <<"1.1.0-478">>).
-define(NS_MAM_SIDEKIQ, <<"xmpp:mam:hausgold:sidekiq">>).

%% A macro to convert a record to tuple{[tuples]} for jiffy (JSON) encoding
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
set -eE

# Specify the module/ejabberd version
MOD_VERSION=1.0.1
MOD_VERSION=1.1.0
SUPPORTED_EJABBERD_VERSION=18.01

# Check for Debian/Ubuntu, otherwise die
Expand Down

0 comments on commit 88b0e78

Please sign in to comment.