Skip to content

aguang-xyz/aurora-editor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Aurora Editor.

A lightweight markdown editor.

Install.

For Linux Users.

For Windows Users.

For Mac Users.

See releases.

Documents.

Development scripts.

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist   

# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir

How to make a Release?

  • Update the version in package.json and push related commits.
  • Create and push a new tag vxx.xx.xx.
  • After pushing the tag, a new workflow will be triggered to build and publish the release.
  • Some draft release will be created by the workflow.
  • Edit the title to be Aurora Editor vxx.xx.xx.
  • Edit the description.
  • Publish the release.