-
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
[NEED HELP] Setup Github Actions for automated release in NPM, GitHub #10
Comments
I am starting on my own ... 😢 |
mahabubx7
pushed a commit
that referenced
this issue
Oct 16, 2024
# 1.0.0 (2024-10-16) ### Bug Fixes * ci-release workflow ([bc1a422](bc1a422)) * **ci:** added command fixes and requirements ([fbffba7](fbffba7)) * **ci:** added tag based release trigger ([c57b4b5](c57b4b5)) * **ci:** ci fix trail ([b53b7de](b53b7de)) * **ci:** ci steps swap test ([02de455](02de455)) * **ci:** docs build ([b3a5caa](b3a5caa)) * **ci:** fixed docs build command ([8583fa1](8583fa1)) * **ci:** fixing ci docs-build and deploy ([103d578](103d578)) * **ci:** fixing release-cli npm login ([768ef4e](768ef4e)) * **ci:** gh-action node-version fixes ([32e4e2a](32e4e2a)) * **ci:** release-ci fixing again ([eaa766c](eaa766c)) * **ci:** release-ci fixing again for npm ([9d2e8f0](9d2e8f0)) * **ci:** release-ci fixing gh-secret name ([3914791](3914791)) * **ci:** release-ci fixing secret names ([032e2fe](032e2fe)) * **ci:** release-cli fixes ([29cdf5a](29cdf5a)) * domain base path ([c0ea41e](c0ea41e)) * export alias ([322c293](322c293)) * **lint:** added missing eslint ([b68f579](b68f579)) * npmrc occured errors in ci ([0a12b55](0a12b55)) * **release-cli:** added and updated release-cli ([9377437](9377437)) * release-it and commitlint ([fe71c1d](fe71c1d)) * release-it whatbump error ([c59f30c](c59f30c)) * **release-it:** changes to release-it config ([60030d0](60030d0)) * **release-it:** release-it cli with conventional commits ([2063db4](2063db4)) * renamed repo name ([33c1ee8](33c1ee8)) * resolving issue [#10](#10) ([966063b](966063b)) ### Features * **number:** number schema n tests ([c3f1e25](c3f1e25)) * **string:** added string related validators ([e85e8d5](e85e8d5))
mahabubx7
added a commit
that referenced
this issue
Oct 16, 2024
fix(release): added changelog handler #10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[NEED HELP] Setup Github Actions for automated release in NPM, GitHub
Hi,
I am trying to make this pkg ready as soon as possible, but I am tired to fix GitHub-actions to automate the release process.
Using
release-it
cli, it is working manually (from my local-machine). Except committing. Because, somehow it wasn't committing using theconventional-commits
. So, git-hooks from husky/lint-staged fails.If anyone can help me figure this out or want to contribute in this issue, please let me know.
Feel free to ask or DM me instead.
~/@mahabubx7
The text was updated successfully, but these errors were encountered: