ci: extract package and semver from tag

This commit is contained in:
iCrawl
2022-04-17 19:55:06 +02:00
parent 2c2f88cd43
commit 9fa92ac0f9
5 changed files with 25 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@discordjs/collection",
"version": "0.6.0",
"version": "0.7.0-dev",
"description": "Utility data structure used in discord.js",
"scripts": {
"test": "jest --pass-with-no-tests",