mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 02:19:46 +08:00
fix(rename): remove n1-next references & update changelog link
This commit is contained in:
parent
ab5e5af7a9
commit
4fadcfdc89
3 changed files with 1 additions and 3 deletions
|
@ -23,7 +23,6 @@ branches:
|
|||
- ci-test
|
||||
- stable
|
||||
- /ci-build\/.*/
|
||||
- n1-next
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
@ -12,7 +12,6 @@ branches:
|
|||
- ci-test
|
||||
- stable
|
||||
- /ci-build\/.*/
|
||||
- n1-next
|
||||
|
||||
# We need to only clone the main module because our submodule requires the
|
||||
# encrypted ssh key to access submodules
|
||||
|
|
|
@ -34,7 +34,7 @@ export default class UpdateNotification extends React.Component {
|
|||
}
|
||||
|
||||
_onViewChangelog = () => {
|
||||
shell.openExternal('https://github.com/nylas/N1/blob/n1-next/CHANGELOG.md')
|
||||
shell.openExternal('https://github.com/nylas/nylas-mail/blob/master/CHANGELOG.md')
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in a new issue