forked from UpHabit/semantic-release-jira-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release #4
Merged
Merged
Release #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: The package is renamed
# [1.0.0-prerelease.3](v1.0.0-prerelease.2...v1.0.0-prerelease.3) (2024-03-06) ### Features * **package-name:** change package name to publish ([5fb0b14](5fb0b14)) ### BREAKING CHANGES * **package-name:** The package is renamed
# [1.0.0-prerelease.4](v1.0.0-prerelease.3...v1.0.0-prerelease.4) (2024-03-06) ### Bug Fixes * use correct release builder ([7c66fff](7c66fff))
# [1.0.0-prerelease.5](v1.0.0-prerelease.4...v1.0.0-prerelease.5) (2024-03-06) ### Features * change package name ([6ee7306](6ee7306)) * change package name to personal namespace ([0a92dfb](0a92dfb))
# [1.0.0-prerelease.6](v1.0.0-prerelease.5...v1.0.0-prerelease.6) (2024-03-06) ### Bug Fixes * **release:** make package public ([cc5dcab](cc5dcab))
# [1.0.0-prerelease.7](v1.0.0-prerelease.6...v1.0.0-prerelease.7) (2024-03-07) ### Bug Fixes * **docs:** use correct documentation (needs fix for release) ([3da426b](3da426b))
# [1.0.0-prerelease.8](v1.0.0-prerelease.7...v1.0.0-prerelease.8) (2024-03-07) ### Bug Fixes * **readme.md:** fix incorrect plugin documentation ([4542bce](4542bce))
# [1.0.0-prerelease.9](v1.0.0-prerelease.8...v1.0.0-prerelease.9) (2024-03-08) ### Features * add Jira Auth as env for semrel ([8c3e780](8c3e780))
# [1.0.0-prerelease.10](v1.0.0-prerelease.9...v1.0.0-prerelease.10) (2024-03-08) ### Bug Fixes * **description:** re-word release description ([2f8cbb1](2f8cbb1))
# [1.0.0-prerelease.11](v1.0.0-prerelease.10...v1.0.0-prerelease.11) (2024-03-08) ### Features * **jtp-1:** only run release for full releases ([98f5031](98f5031))
# [1.0.0-prerelease.12](v1.0.0-prerelease.11...v1.0.0-prerelease.12) (2024-03-08) ### Bug Fixes * **release-requirement:** only run releases on main distribution, not others ([4ecfc56](4ecfc56))
🎉 This PR is included in version 2.0.0-prerelease.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a
Checklists
Commit style
Changes are on a branch with a descriptive name eg.
fix/missing-queue
,docs/setup-guide
Commits start with one of
feat:
fix:
docs:
chore:
or similarNo excessive commits, eg: there should be no
fix:
commits for bugs that existed only on the PR branch (see guide-to-interactive-rebasing)Protected files
The following files should not change unless they are directly a part of your change.
yarn.lock
(unless package.json is also modified, then only the new/updated package should be changed here)package.json
(renovate bot should handle all routine updates)tsconfig.json
(only make it stricter, making it more lenient requires more discussion)tslint.json
(only make it stricter, making it more lenient requires more discussion)