Skip to content

Commit

Permalink
Merge pull request #65 from mercadolibre/feature/auto-tagging
Browse files Browse the repository at this point in the history
Update version and add auto tagging for github
  • Loading branch information
arlazzari authored Mar 16, 2022
2 parents e21bd6d + 5a5236c commit d1610a1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Tagging workflow
on:
issue_comment:
types: [created]
pull_request:
branches: [master]
types: [opened, synchronize, ready_for_review, edited, closed]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Push RC tag
uses: mercadolibre/fury-core-ci@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion lib/little_monster/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LittleMonster
VERSION = '0.1.23'.freeze
VERSION = '0.1.24'.freeze
end

0 comments on commit d1610a1

Please sign in to comment.