We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839ead7 commit ea121bcCopy full SHA for ea121bc
.github/workflows/create-release.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Get latest tag
26
id: get_latest_tag
27
- run: echo "LATEST_TAG=$(git describe --tags --abbrev=0 || echo v0.0.0)" >> $GITHUB_OUTPUT
+ run: echo "LATEST_TAG=v$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
28
29
- name: Increment version
30
id: increment_version
.gitignore
@@ -1,6 +1,5 @@
1
# Compiler files
2
cache/
3
-out/
4
5
# Ignores development broadcast logs
6
!/broadcast
package.json
@@ -1,6 +1,6 @@
{
"name": "@uniswap/briefcase",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "Smart contract interfaces of Uniswap protocol smart contracts",
"repository": {
"type": "git",
0 commit comments