This repository has been archived by the owner on Aug 3, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Wrong version used for browser bundle, the previous version is used #36
Comments
我也干过这种事
我还干过没编译就发npm上了
momocow <[email protected]> 于 2018年10月23日周二 08:48写道:
… That is because the browser bundle is built before semantic-release which
actually bumps the version.
Also need to configure not to bundle irrelevant version of browser files
from the dist/ directory to NPM release.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#36>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ARha8bMfahucuQrUtkrZqFVyWiFboUgHks5unmdogaJpZM4X0dbb>
.
|
哦乃原来是自己在文件名上写版本的呀
就留一个 cq-websocket.min.js 就可以了吧
CDN 可以指定 NPM Release 的版本的
梨子 <[email protected]> 于 2018年10月23日周二 13:27写道:
… 我也干过这种事
我还干过没编译就发npm上了
momocow ***@***.***> 于 2018年10月23日周二 08:48写道:
> That is because the browser bundle is built before semantic-release
> which actually bumps the version.
>
> Also need to configure not to bundle irrelevant version of browser files
> from the dist/ directory to NPM release.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#36>, or mute the
> thread
> <https://github.com/notifications/unsubscribe-auth/ARha8bMfahucuQrUtkrZqFVyWiFboUgHks5unmdogaJpZM4X0dbb>
> .
>
|
好欸, 原來如此 🎉 |
inazuma-bot
added a commit
that referenced
this issue
Oct 24, 2018
## [1.8.1](v1.8.0...v1.8.1) (2018-10-24) ### Bug Fixes * do not include version in filename of browser bundle ([374f378](374f378)), closes [#36](#36)
🎉 This issue has been resolved in version 1.8.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
That is because the browser bundle is built before
semantic-release
which actually bumps the version.Also need to configure not to bundle irrelevant version of browser files from the
dist/
directory to NPM release.The text was updated successfully, but these errors were encountered: