Skip to content

Commit

Permalink
👷 Add auto tag and release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Oct 16, 2022
1 parent 3dc3ab2 commit f9a8e78
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/auto-create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
on:
push:
tags:
- 'v*'

name: Create Release

jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEW_VERSION: ${{ github.ref }} | sed 's/v//'
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: sed -n -e '/## ${{NEW_VERSION}}/,/<a/ p' ./CHANGELOG.md | sed -e '1d;$d'
draft: false
prerelease: false
30 changes: 30 additions & 0 deletions .github/workflows/auto-create-tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Create Tag

on:
push:
branches:
- main

jobs:
create-tag:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: '${{ secrets.PERSONAL_TOKEN }}'
steps:
- uses: actions/checkout@v2
- uses: Klemensas/action-autotag@stable
with:
tag_prefix: 'v'
- uses: Klemensas/action-autotag@stable
with:
package_root: '/packages/typebot-js'
tag_prefix: 'js-lib-v'
create-latest-tag:
needs: create-tag
if: ${{ startsWith(needs.create-tag.outputs.tagname, 'v') }}
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: '${{ secrets.PERSONAL_TOKEN }}'
steps:
- name: Run latest-tag
uses: EndBug/latest-tag@latest

5 comments on commit f9a8e78

@vercel
Copy link

@vercel vercel bot commented on f9a8e78 Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f9a8e78 Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs.typebot.io
docs-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f9a8e78 Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-typebot-io.vercel.app
app.typebot.io
builder-v2-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f9a8e78 Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f9a8e78 Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viewer-v2-alpha – ./apps/viewer

bot.aws.bj
8jours.top
ns8.vn
finplex.be
bot.aipr.kr
yobot.me
247987.com
bt.id8rs.com
minipost.uk
sat.cr8.ai
bot.krdfy.com
ticketfute.com
vhpage.cr8.ai
am.nigerias.io
bot.lalmon.com
ar.nigerias.io
bot.enreso.org
an.nigerias.io
apr.nigerias.io
apo.nigerias.io
aso.nigerias.io
bot.artiweb.app
bot.tc-mail.com
bot.ageenda.com
chat.sureb4.com
sakuranembro.it
eventhub.com.au
games.klujo.com
bot.piccinato.co
typebot.aloe.do
bot.upfunnel.art
botc.ceox.com.br
feedback.ofx.one
clo.closeer.work
form.syncwin.com
myrentalhost.com
kw.wpwakanda.com
faqs.nigerias.io
typebot.aloe.bot
stan.vselise.com
voicehelp.cr8.ai
bot.phuonghub.com
bot.agfunnel.tech
app.chatforms.net
bot.hostnation.de
bot.reviewzer.com
bot.maitempah.com
cares.urlabout.me
fmm.wpwakanda.com
gentleman-shop.fr
lb.ticketfute.com
k1.kandabrand.com
andreimayer.com.br
1988.bouclidom.com
ov2.wpwakanda.com
ov1.wpwakanda.com
bot.megafox.com.br
ov3.wpwakanda.com
bots.robomotion.io
bot.neferlopez.com
cadu.uninta.edu.br
dicanatural.online
goalsettingbot.com
this-is-a-test.com
positivobra.com.br
zap.techadviser.in
bot.digitalbled.com
survey.digienge.io
carsalesenquiry.com
bot.eventhub.com.au
kbsub.wpwakanda.com
demo.botscientis.us
live.botscientis.us
forms.webisharp.com
mentoria.omelhor.vc
nutrisamirbayde.com
order.maitempah.com
quest.wpwakanda.com
test.botscientis.us
typebot.stillio.com
chat.hayurihijab.com
bot.cotemeuplano.com
chatbee.agfunnel.com
bium.gratirabbit.com
bot.ansuraniphone.my
click.sevenoways.com
connect.growthguy.in
get.freebotoffer.xyz
kuiz.sistemniaga.com
offer.botscientis.us
uppity.wpwakanda.com
talkbot.agfunnel.com
tenorioadvogados.com
abutton.wpwakanda.com
bot.meuesocial.com.br
aidigitalmarketing.kr
bbutton.wpwakanda.com
bot.incusservices.com
bot.ramonmatos.com.br
cdd.searchcube.com.sg

Please sign in to comment.