8000 GitHub - ShreyDhyani/packaging-sample: Toolkit for building accessible web apps with React
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ShreyDhyani/packaging-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh release create @sample-test/core@0.6.2 --generate-notes --latest gh release create @/@ --generate-notes --latest

https://github.com/ShreyDhyani/packaging-sample/compare/@sample-test/react-core@0.6.1...@sample-test/core@0.6.2

Tags mismatch as it is comparing with @sample-test/react-core@0.6.1 instead of @sample-test/core@0.6.1

Can we give a tag to start with using --notes-start-tag?

gh release create @sample-test/core@0.6.2 --notes-start-tag @sample-test/core@0.6.1 --generate-notes

Another method is to create Notes would be:

  • To create notes in a temp file git log --oneline @sample-test/react-core@0.6.1..HEAD >> release-notes.md -- ./packages/<package_name>
  • Pass that file to release notes with tag gh release create @sample-test/core@0.6.2 --notes-file release-notes.md

About

Toolkit for building accessible web apps with React

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.9%
  • JavaScript 5.0%
  • CSS 0.1%
0