Skip to content

feat(create-tnf): Improved user interaction and experience. (#57) #102

feat(create-tnf): Improved user interaction and experience. (#57)

feat(create-tnf): Improved user interaction and experience. (#57) #102

name: Changesets
on:
push:
branches:
- master
jobs:
release:
name: upgrade-version
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 20.x
- name: Install pnpm
uses: pnpm/action-setup@v2.4.1
with:
version: 8
run_install: true
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}