Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
ed0dc385
Commit
ed0dc385
authored
Jul 23, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: updated version
parent
e2d3057f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletion
+33
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
README.md
README.md
+1
-1
wercker.yml
wercker.yml
+28
-0
No files found.
CHANGELOG.md
View file @
ed0dc385
...
@@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
...
@@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
-
**History**
: History section to list all changes
-
**History**
: History section to list all changes
-
**Security**
: Optional Two-Factor Authentication (2FA) protection
-
**Security**
: Optional Two-Factor Authentication (2FA) protection
## [v1.0.3] - 2017-07-23
### Fixed
-
**Misc**
: Revert to npm install (Yarn may cause permissions + hang issues)
## [v1.0.1] - 2017-07-22
## [v1.0.1] - 2017-07-22
### Changed
### Changed
-
**Misc**
: Switch to Yarn for npm dependencies installation
-
**Misc**
: Switch to Yarn for npm dependencies installation
...
...
README.md
View file @
ed0dc385
...
@@ -58,7 +58,7 @@ Current and upcoming milestones *(major features only, see the [changelog](https
...
@@ -58,7 +58,7 @@ Current and upcoming milestones *(major features only, see the [changelog](https
-
[
x
]
Render line breaks by default (GitHub style)
-
[
x
]
Render line breaks by default (GitHub style)
-
[
x
]
New Localization: German
-
[
x
]
New Localization: German
### 1.0.
1
- Stable
### 1.0.
3
- Stable
![
Progress
](
http://progressed.io/bar/100
)
![
Progress
](
http://progressed.io/bar/100
)
-
[
x
]
Bug fixes release
-
[
x
]
Bug fixes release
...
...
wercker.yml
0 → 100644
View file @
ed0dc385
box
:
node:8-alpine
build
:
steps
:
-
script
:
name
:
yarn repository
code
:
|
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
apt update
-
install-packages
:
packages
:
bash build-essential git openssh yarn
-
script
:
name
:
yarn install
code
:
|
yarn config set cache-folder "$WERCKER_CACHE_DIR/yarn"
yarn install
-
script
:
name
:
build
code
:
yarn run build
-
npm-test
deploy
:
steps
:
-
script
:
name
:
package
code
:
|
tar -czf wiki-js.tar.gz * -X .build/.deployexclude
yarn install --production --ignore-scripts --prefer-offline
tar -czf node_modules.tar.gz node_modules
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment