[
https://issues.apache.org/jira/browse/BEAM-10545?focusedWorklogId=495560&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495560
]
ASF GitHub Bot logged work on BEAM-10545:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Oct/20 20:32
Start Date: 05/Oct/20 20:32
Worklog Time Spent: 10m
Work Description: KevinGG edited a comment on pull request #12996:
URL: https://github.com/apache/beam/pull/12996#issuecomment-703856209
> > > I would just use a tag. The only purpose of a release branch is
cherrypicking and continuing to do point releases.
> >
> >
> > Thanks Kenn.
> > @aaltay, could you please help me add a tag such as
`jupyterlab-sidepanel-v1.0.0` when/after merging this PR?
> > I could not send a tag through a PR.
> > TL;DR: You could also use jlpm (yarn) to auto generate a tag:
> > ```
> > jlpm config set version-tag-prefix "jupyterlab-sidepanel-v"
> > jlpm version # Then input 1.0.0, it should auto generate a git tag for
you.
> > ```
> >
> >
> > Thanks!
>
> I do not have jlpm. I guess I can clone the repo, and tag the specific
commit and push. I do not know if there is an easier way to do this. Can I
create a tag on github UI?
I don't see an option doing it in the UI directly.
> I guess I can clone the repo, and tag the specific commit and push.
You can use below command once you clone the repo:
```
git tag -fa jupyterlab-sidepanel-v1.0.0 -m "Extension:
apache-beam-jupyterlab-sidepanel version 1.0.0" <this PR merge commit's hash>
git push origin(or upstream, whichever is the apache/beam remote)
jupyterlab-sidepanel-v1.0.0
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 495560)
Time Spent: 18h (was: 17h 50m)
> Apache Beam JupyterLab SidePanel
> --------------------------------
>
> Key: BEAM-10545
> URL: https://issues.apache.org/jira/browse/BEAM-10545
> Project: Beam
> Issue Type: New Feature
> Components: runner-py-interactive
> Reporter: Ning Kang
> Assignee: Ning Kang
> Priority: P2
> Time Spent: 18h
> Remaining Estimate: 0h
>
> Create a JupyterLab extension to provide information and controls
> interactively when running Apache Beam notebooks in JupyterLab.
> Design
> [doc|https://docs.google.com/document/d/1aKK8TzSrl8WiG0K4v9xZEfLMCinuGqRlMOyb7xOhgy4/edit?usp=sharing]
> A vote has been held, and the name of the extension is selected:
> apache-beam-jupyterlab-sidepanel
--
This message was sent by Atlassian Jira
(v8.3.4#803005)