Skip to content

Commit

Permalink
chore: remove major version task
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Dec 2, 2023
1 parent dd0a472 commit f338cb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
options:
- patch
- minor
- major

jobs:
publish:
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ npm-publish: # Publish a new version of the JS package to npm
npm publish --access public && \
git push origin main --tags

publish-major: ## Publish a major version of the JS package
@"$(MAKE)" VERSION=major npm-publish

publish-minor: ## Publish a minor version of the JS package
@"$(MAKE)" VERSION=minor npm-publish

Expand Down

0 comments on commit f338cb9

Please sign in to comment.