Add @next tag
See original GitHub issueCould we have a dist-tag for picodom@next
please?
So we can more easily help beta-test the next major version, updating examples, etc. before release.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Adding dist-tags to packages - npm Docs
On the command line, navigate to the root directory of your package. cd /path/to/package · Run the following command, replacing <tag> with the...
Read more >What are NPM dist tags and how to use them
While developing or using NPM package registry you may come across command or multiple dist tags available for one package e.g. next tag…...
Read more >next/head | Next.js
Add custom elements to the `head` of your page with the built-in Head component.
Read more >.next() | jQuery API Documentation
version added: 1.0.next( [selector ] ) ... A string containing a selector expression to match elements against. Given a jQuery object that represents...
Read more >How to add a class to the body tag in Next.js - smnh
How to add a class to the body tag in Next.js · import React from 'react'; import { Helmet } from 'react-helmet'; export...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@JorgeBucaran I’m not completely sure, but I think the way to do this is by having a
2.0
branch (ornext
branch) where you work on this next version and then publish using--tag next
, as you did.I think now you can’t continue to work on 1.x on master and publish further updates… 😦
@JorgeBucaran no problem. Open source FTW 😊