Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nextcloud-app-podcast
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Petre T
nextcloud-app-podcast
Commits
eb946ac9
Commit
eb946ac9
authored
4 years ago
by
onny
Browse files
Options
Downloads
Patches
Plain Diff
initial release v0.1
parent
fc61ccea
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Release.md
+3
-4
3 additions, 4 deletions
Release.md
src/components/MediaHeader.vue
+0
-2
0 additions, 2 deletions
src/components/MediaHeader.vue
src/views/Show.vue
+0
-2
0 additions, 2 deletions
src/views/Show.vue
with
3 additions
and
8 deletions
Release.md
+
3
−
4
View file @
eb946ac9
...
...
@@ -4,9 +4,9 @@ Before releasing a new version to Gitlab, be sure to note all changes in the
[
CHANGELOG.md
](
CHANGELOG.md
)
-file.
Commit, tag and push the changes:
```
git commit -am "test release v1.0.0.4"
git tag -a 1.0.0.4 -m ""
git push --atomic origin master 1.0.0.4
git commit -am "test release v1.0.0.4
-pre
"
git tag -a 1.0.0.4
-pre
-m ""
git push --atomic origin master 1.0.0.4
-pre
```
This will trigger the Gitlab-CI pipeline and publishes a release to the Gitlab
release page, including source, a prebuild tarball and the latest changelog.
...
...
@@ -25,4 +25,3 @@ Or if you want to publish the latest release as a stable release, do:
```
make publish-appstore
```
This diff is collapsed.
Click to expand it.
src/components/MediaHeader.vue
+
0
−
2
View file @
eb946ac9
...
...
@@ -106,8 +106,6 @@ export default {
},
computed
:
{
isSubscribed
()
{
console
.
log
(
this
.
podcastid
)
console
.
log
(
this
.
$store
.
getters
.
showExists
(
this
.
podcastid
))
return
this
.
$store
.
getters
.
showExists
(
this
.
podcastid
)
},
getSubscribeText
()
{
...
...
This diff is collapsed.
Click to expand it.
src/views/Show.vue
+
0
−
2
View file @
eb946ac9
...
...
@@ -74,8 +74,6 @@ export default {
}),
computed
:
{
isSubscribed
()
{
console
.
log
(
this
.
podcastId
)
console
.
log
(
this
.
$store
.
getters
.
showExists
(
this
.
podcastId
))
return
this
.
$store
.
getters
.
showExists
(
this
.
podcastId
)
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment