Skip to content

Commit

Permalink
lib 13 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bijujoseph authored Jun 8, 2020
1 parent e4a86e6 commit 79a052b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
with:
config-name: release-drafter.yml
version: v${{ steps.package-version.outputs.current-version }}
tag: ${{ steps.package-version.outputs.current-version }}
tag: v${{ steps.package-version.outputs.current-version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bijujoseph/tryout-lib100",
"version": "3.1.2",
"version": "3.1.3",
"description": "A library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 79a052b

Please sign in to comment.