Skip to content

Commit

Permalink
-[v1.0.1]: setup for release to marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and mahee96 committed Jul 2, 2023
1 parent a51b52d commit 8bb8a1b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 42 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ jobs:
echo "$feat" >> RELEASE_LOG.md
echo '## [API-Changes]:' >> RELEASE_LOG.md
echo "$api" >> RELEASE_LOG.md
cat RELEASE_LOG.md
git log --pretty=format:' (%h) %s\n'
git branch
git tag
git reflog
git log
- name: Validate RELEASE_LOG.md
if: ${{ env.version }}
Expand All @@ -86,16 +80,17 @@ jobs:
echo "RELEASE_LOG.md" must exist and cannot be empty.
exit 1
else
echo '' >> CHANGELOG.md
header="# Changelog for v${{ env.version }}: "
echo "$header" >> CHANGELOG.md
cat RELEASE_LOG.md >> CHANGELOG.md
fi
# - name: Publish Extension
# if: ${{ env.version }}
# env:
# VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
# run: |
# npx vsce publish --pat $VSCE_PAT
- name: Publish Extension
if: ${{ env.version }}
env:
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
run: |
npx vsce publish --pat $VSCE_PAT
- name: Commit Tag, CHANGELOG and package.json
if: ${{ env.version }}
Expand Down
8 changes: 0 additions & 8 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Hex2Int",
"version": "1.1.0",
"version": "1.0.0",
"publisher": "mahee96",
"icon": "res/icon.png",
"categories": [
Expand Down
20 changes: 0 additions & 20 deletions test.sh

This file was deleted.

0 comments on commit 8bb8a1b

Please sign in to comment.